0

I am working on a tvOS app and I need to open a HTML file in the app. This HTML file is available locally in the app bundle. How can I open such file in the tv app as WebKit is not available in the tv app

Daniel Storm
  • 18,301
  • 9
  • 84
  • 152
Anshul Bhatheja
  • 673
  • 3
  • 21

1 Answers1

0

There is no web browser or even WKWebView available in tvOS.

Nevertheless to display simple HTML content as Privacy Policies or similar... you could still use UITextView as described here

David Cordero
  • 770
  • 6
  • 16