Closed
Bug 1050707
Opened 10 years ago
Closed 10 years ago
Android: HTML5 Fullscreen mode request from touch event doesn't work
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 966493
People
(Reporter: mail, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0 (Beta/Release)
Build ID: 20140804164216
Steps to reproduce:
e.g.
<button ontouchend="document.documentElement.mozRequestFullScreen();">test fullscreen</button>
Here a test case:
http://krpano.com/firefox/bugs/android-fullscreen-via-touch/
Actual results:
Nothing. Only 'onclick' events are working to switch to the fullscreen mode, touch events are not working.
All other browsers are working fine here.
Expected results:
Switching on html5 fullscreen mode.
Comment 1•10 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=966493 Duplicated. It has already been solved, you can test in latest version of Firefox Aurora
Reporter | ||
Comment 2•10 years ago
|
||
Thanks! Just tested Aurora and this is working fine now!
Reporter | ||
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Resolution: INVALID → DUPLICATE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•