Skip to content
Snippets Groups Projects
  1. Jun 26, 2018
  2. Jun 25, 2018
    • chrisgarrity's avatar
      Try to run in full screen on tablets · 75a94c2f
      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.
      75a94c2f
Loading