Applying css

New to TVOS, TVML, etc... but experienced web developer with HTML/JS based frameworks.

I understand the apple xml model and the out of the box styling as defined in the Apple TV Markup Language Reference

However I was surprised that there isn't a way to load a css file in the same fashion you would do for a typical web page:

<link rel="stylesheet" type="text/css" href="mystyle.css" />

Or maybe there is a way ? I would appreciate if you could share the different apporaches taken in definying custom css


Thansk!

>in the same fashion you would do for a typical web page:


UIWebView is not supported on tvOS.


If you believe you have a use case, feel free to make a feature request via the bug reporter, below right.

Applying css
 
 
Q