Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

hide browser address bar javascript

// you can not hide browser address bar in newer browser,
// because of security issues.

// You can make a PWA (Progressive Web App) so your website does't show address bar

// There are still some other way 

// Run chrome in app mode
start chrome.exe --app="<address>" // run in directory CMD where chrome.exe is
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #hide #browser #address #bar #javascript
ADD COMMENT
Topic
Name
4+5 =