-
chrisgarrity authored
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.
chrisgarrity authoredUsing `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.
Code owners