Topic: Fullscreen, new page, IOS
Expected behavior I am writing a full-screen webapp. I use meta tags:
<meta name = "viewport" content = "width=device-width, minimum-scale=1.0, maximum-scale = 1.0, user-scalable = no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Agenda App">
In Javascript, I navigate to a new page using window.location.href. I expect full-screen to be maintained.
Actual behavior Unfortunately, Safari on iOS opens a new browser window. I realize this is not necessarily an MDBootstrap issue but am looking for a way to keep browser in full-screen mode.
Resources (screenshots, code snippets etc.)
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Closed
- User: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 3.5.1
- Device: iPhone
- Browser: Safari
- OS: 13
- Provided sample code: No
- Provided link: No