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
Asked
Active
Viewed 887 times
0
-
There's no way to display HTML as there is no web view available on tvOS. – Daniel Storm Jun 10 '20 at 20:12
1 Answers
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