質問

I'm going to do a demo of a web app i'm developing. I was wondering if it's possible to disable chrome's address bar. People will be testing the app, so hiding the address will ensure us that they won't be using the computers for facebook or twitter.

役に立ちましたか?

解決

I have no chrome installed, but I think what you want is kiosk mode.

To start chrome in kiosk mode use the commanline argument –kiosk [Your URL]" The bad thing is key combinations like alt+f4 are still working.

他のヒント

No, you cannot remove or hide address bar due to security reason. But you can open the web browser as pop up by disabling the address bar. The main disadvantage is if pop up is blocked then your page will not open.

<A HREF="#" onMouseOver="ShowPopUp('\popup.aspx')">Image Name</A>

Disable address bar and back button in browser in html file

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top