-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS - Fullscreen params should hide topBar #5
Comments
So the problem is that since iOS doesn't have a back button, if we hide the navigation bar then there's no way to close the view. Android has the navigation bar with the dark background and the back arrow button. Do you want to have it match that instead? |
I have a usecase where the login page is a web view so the only solution for the user is to go out of the application, on both Android and iOS he should use the home button of the phone |
Shouldn't there be top margin of 20 screen pixels in iOS in full screen mode? |
why ? I am not an iOS dev or user. Do you have documentation about design spec on iOS ? |
I am talking about status bar height. In the simulator, I am seeing the status bar overlay on the web site. I am wondering if there should be an option to hide the status bar and when set to false, push the webview down the status bar. http://ivomynttinen.com/blog/ios-design-guidelines Search for status bar in that document. |
On IOS the fullscreen param should hide the topBar with the "Done" button, currently it seems to hide the statusBar instead.
Maybe we can have 2 differents params to handle both cases.
The text was updated successfully, but these errors were encountered: