Compatibility/CommonIssues: Difference between revisions

Fix small issue with format
(First pass at content)
 
(Fix small issue with format)
Line 36: Line 36:
Firefox doesn’t support this on Desktop or Mobile.
Firefox doesn’t support this on Desktop or Mobile.


''Suggested Fix'''
'''Suggested Fix'''
Not a trivial thing to fix. Ensure that there is a fallback mechanism for browsers that don’t support HLS (currently on Desktop, only Edge and Safari do).
Not a trivial thing to fix. Ensure that there is a fallback mechanism for browsers that don’t support HLS (currently on Desktop, only Edge and Safari do).


Line 46: Line 46:
Basically with a fix width, Gecko on Mobile doesn’t necessary resize the page to fit in the screen.
Basically with a fix width, Gecko on Mobile doesn’t necessary resize the page to fit in the screen.


''Suggested Fix'''
'''Suggested Fix'''
Use width=device-width instead of fixed size.
Use width=device-width instead of fixed size.


34

edits