-
- Downloads
Try to run in full screen on tablets
Using `bowser` to detect tablets, and type of browser to call either `webkitRequestFullScreen()` or `mozRequestFullScreen()` Full screen request must happen in reponse to a user-action, so it’s included in the ‘try-it’ handler for the preview modal.
src/lib/tablet-full-screen.js
0 → 100644
Please register or sign in to comment