Skip to content

tvOS Web Browser sample project (Private API)

Notifications You must be signed in to change notification settings

pbnkp/tvOSBrowser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

tvOS Browser

Very simplistic browser for tvOS using private API (aka UIWebView). You'll need to redefine the following in Availability.h to build successfully.

#define __TVOS_UNAVAILABLE                    __OS_AVAILABILITY(tvos,unavailable)
#define __TVOS_PROHIBITED                     __OS_AVAILABILITY(tvos,unavailable)

For example, to:

#define __TVOS_UNAVAILABLE_NOTQUITE                    __OS_AVAILABILITY(tvos,unavailable)
#define __TVOS_PROHIBITED_NOTQUITE                     __OS_AVAILABILITY(tvos,unavailable)

Do this for Availability.h for both simulator and device if you want to run it on the real hardware.

How to Use

  • Tap on the center of the touch area of the Apple TV Remote to switch between cursor & scroll mode.
  • Click the touch area to click.
  • Menu will navigate back.
  • The Play/Pause button will let you input URLs (no fuzzy matching or auto-search).

About

tvOS Web Browser sample project (Private API)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%