Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Detect fullscreen mode IOS Safari?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #152915
    Rugg
    Participant

    Curious If anyone knows a method for targeting the maximized fullscreen mode in IOS safari?

    The following will target the fullscreen standalone mode for web apps or bookmarks launched from the springboard, but it has no effect when maximized in the browser. Any help is appreciated…thanks.

    if (window.navigator.standalone) {
    
          alert('Working');
    
    }
    
Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.