Hi all,
A client wants me to create a website that can go to fullscreen when the user clicks a "View in Fullscreen" button/link. The solution I've seen posted here and elsewhere:
window.open('www.example.com', 'title', 'type=fullWindow, fullscreen, scrollbars=yes');
seems to work spottily across browsers. Is there a better/more compatible solution? Maybe something involving Flash?
Thanks in advance. (And I know someone will suggest it, so please believe when I say that an alert box asking the user to press F11 has been suggested and shot down)