Skip to content
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

Closed
lejard-h opened this issue Jun 20, 2017 · 5 comments
Closed

IOS - Fullscreen params should hide topBar #5

lejard-h opened this issue Jun 20, 2017 · 5 comments

Comments

@lejard-h
Copy link
Collaborator

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.

@toufikudemy
Copy link

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?

@lejard-h
Copy link
Collaborator Author

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

@chandmk
Copy link

chandmk commented Jul 18, 2017

Shouldn't there be top margin of 20 screen pixels in iOS in full screen mode?

@lejard-h
Copy link
Collaborator Author

why ? I am not an iOS dev or user. Do you have documentation about design spec on iOS ?

@chandmk
Copy link

chandmk commented Jul 18, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants