Hi,
I need to hide browser controls when website loads.Please guide me ,How can I achieve this?
How to hide browser controls
Moderator: General Moderators
Re: How to hide browser controls
Tell them to press F11, or do a window.open() in Javascript which will let you hide most things.
-
Krishnaveni
- Forum Newbie
- Posts: 2
- Joined: Wed Jun 11, 2014 6:47 am
Re: How to hide browser controls
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.
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.