Set Browser to fullscreen and get screen size

Hi,
I’m all new to the web-part of Xojo, so forgive me if it’s already answered, I did not find that in this forum.

Is there a way to set the calling browser to fullscreen (like F11 on Firefox/IE and so on does it) and get the maximum screensize?
I need to view pictures on tablets as big as possible.

Hi,
I’m all new to the web-part of Xojo, so forgive me if it’s already answered, I did not find that in this forum.

Is there a way to set the calling browser to fullscreen (like F11 on Firefox/IE and so on does it)?
And 2nd, how do I get the maximum screensize?

[quote=112512:@Rolf Genster]Hi,
I’m all new to the web-part of Xojo, so forgive me if it’s already answered, I did not find that in this forum.

Is there a way to set the calling browser to fullscreen (like F11 on Firefox/IE and so on does it)?
And 2nd, how do I get the maximum screensize?[/quote]

You can do it with ExecuteJavaScript.
See http://stackoverflow.com/questions/1125084/how-to-make-in-javascript-full-screen-windows-stretching-all-over-the-screen

Please also read here:
http://t3n.de/news/fullscreen-api-funktioniert-363613/

there are three ways for WebKit and Mozilla.

Ahhh, thank you both!