Page 1 of 1
How to hide browser controls
Posted: Wed Jun 11, 2014 6:52 am
by Krishnaveni
Hi,
I need to hide browser controls when website loads.Please guide me ,How can I achieve this?
Re: How to hide browser controls
Posted: Wed Jun 11, 2014 12:22 pm
by requinix
Tell them to press F11, or do a window.open() in Javascript which will let you hide most things.
Re: How to hide browser controls
Posted: Thu Jun 12, 2014 5:22 am
by Krishnaveni
hi,
I need to hide the browser controls in iphone and android mobile , as my website is basicaaly for mobile phone users.And it has to support for latest version of chrome,safari,IE browsers.
I tried this
<meta name="apple-mobile-web-app-capable" content="yes">
But did not help.
Also Here I have another feature that User save website in their device.So I have to give an pop up to save on home screen.Please help me out, I am very new to mobile technology
I regret for wrong question.