Angular 2 v.2.2.0 - how to hide address bar in Chrome? May be some windows.location()
function? Or something else in new component?
Asked
Active
Viewed 3,403 times
0

Eduard Arevshatyan
- 648
- 3
- 18
- 34
1 Answers
2
Well this is not possible for security reasons. See more details why on this discussion:
Hiding the address bar of a browser
But what you can do is adding a button which activates fullscreen. So the user doesn't have to look for the settings or the shortcut (F11 on Windows). And before you ask. Enabling fullscreen without user-interaction isn't allowed either. Again for security reasons.
-
is there another way around it ? – Cesar Vega Jun 28 '17 at 22:32