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 11 Safe Zone Issues #1014

Open
tennist opened this issue Mar 8, 2018 · 5 comments
Open

iOS 11 Safe Zone Issues #1014

tennist opened this issue Mar 8, 2018 · 5 comments

Comments

@tennist
Copy link

tennist commented Mar 8, 2018

I have noticed that the menu, home, and account buttons in the header are partially behind the swipedown area for the notification center on the new iOS 11 versions. Right now the buttons are so small that you have to click the very bottom of the button in order to open the main menu. The only way I can see to fix this is to increase the header height and button sizes so that more of the button is out of this area. I cannot find a good way of changing the button size however. Can you please direct me where I can change theses sizes via JS or CSS. The button height and width needs to be increase by about 10px-20px

@signalpoint
Copy link
Owner

@tennist Will you please provide a screen shot of the issue? Thank you.

@tennist
Copy link
Author

tennist commented Mar 13, 2018

20180309_062722000_ios

@signalpoint
Copy link
Owner

@tennist Is this plugin of use here? https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-statusbar/

I use that on all my iOS projects to keep the status bar from overlapping the DrupalGap app.

@tennist
Copy link
Author

tennist commented Mar 13, 2018

I have that installed. It made it so the status bar doesn't overlap, but it doesnt solve the issue for the pull down notification center that iOS has. The top 30 or so pixels on the iOS screens are reserved for pulling down the notification center. This overlaps the default header in drupalgap even with the statusbar plugin installed. I cannot find the css for the header and menu bottons in the drupalgap code however. I would like to increase the header approximately 10px maybe more and also increase the button sizes by 10px in each direction.

@tennist
Copy link
Author

tennist commented Jun 1, 2018

@signalpoint the updated statusbar plugin fixed this issue, however, i do have another css question.

I want to change position of the pop-up list after clicking a pop-up menu button. Can you direct me towards the css to do this. Is there a class assigned to these lists?

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

No branches or pull requests

2 participants