I have a web application which is run on Windows CE’s Internet Explorer. Is it possible to run it on full screen and disable possibility to close Internet Explorer except some special key combination? I don’t have standard F11 key on my device.
Thank you a lot!
The out-of-the-box Internet Explorer application ships in full source form with Platform Builder as the IESAMPLE component. Your best bet it to just clone IESAMPLE and modify the application behavior as you see fit (preventing close/removing the close button, etc).