HiMsg / tvOS-Browser

A web browser for Apple TV utilizing private APIs. Use at your own risk.

Home Page:http://moballo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tvOS Browser: Web browser for AppleTV

Alt text Alt text

Web browser for tvOS using private API (aka UIWebView). This software is provided as is with no warrenty or liability. Use at your own risk.

Update: Changing Availability.h to build successfully is NOT needed anymore from now on! The private UIWebView is now initialized using NSClassFromString(@"UIWebView"), which is a cleaner solution than changing your local Availability.h for both Device and Simulator builds.

How to Install tvOS Browser

To install this app, connect your Apple TV to your macOS computer via USB. Open this project in XCode, and first do the following: Set the proper deployment target, and change the Bundle Identifier to your own identifier:

Alt text

Next, remember to change to your own Team in Signing & Capabilities: Alt text

Then Run the project, with your AppleTV as target device. If your Apple TV does not have a USB-C port or you don't have a cable, connect to your Apple TV wirelessly: http://www.redmondpie.com/how-to-wirelessly-connect-apple-tv-4k-to-xcode-on-mac/.

How to Use tvOSBrowser

Quick start:

  • Double press on the center of the touch area of the Apple TV Remote to switch between cursor & scroll mode.
  • Press the touch area while in cursor mode to click.
  • Single tap the Play/Pause button to show the Quick Menu, with: input URLs, search Google, reload the page, or navigate back.
  • Double tap the Play/Pause button to: display the Advanced Menu, with: Favorites, History, set/open homepage, change user agent, clear cache, and clear cookies and more.
  • Single tap the Menu button to "go back" (like the back button in a traditional browser)
  • Single tap the TV button (to the right of the Menu button) to exit

The Advanced menu lets you:

  • Show and hide the top navigation bar
  • Manage Favorites
  • Manage History
  • Go to Home page
  • Set Home page
  • Change the User Agent
  • Set page Scaling options
  • Enable/Disable WebView offset correction
  • Increase/decrease font size
  • Clear cache
  • Clear cookies
  • Show the usage guide

About

A web browser for Apple TV utilizing private APIs. Use at your own risk.

http://moballo.com


Languages

Language:Objective-C 100.0%