-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: Different padding for go back button in device #5208
Comments
I'm not sure what you mean. What is it different from? The native back button? |
@brandyscarney sorry. The difference is the vertical alignment of the "< Back" button when running in the device (right image). I wonder if this is a symptom of a more important issue, since the bar title is placed in the same position. The only affected item is the Go Back button. In the image, I aligned both windows and added a black guide for easy comparing. |
Oh ok thank you. I understand now. We'll look into this soon. :) |
@brandyscarney great! |
@brandyscarney @adamdbradley closed by #5392 |
Type: bug
Ionic Version: 2.x
Platform: ios 9 webview
This issue is similar to #5149 but in this case the root of the problem is different.
There is just one element (the "go back" button) that is placed differently when running in browser or in device.
Not sure what it is causing it, but I think it cannot be fixed by hard coding a new padding value, it would not fix the root of the problem.
The text was updated successfully, but these errors were encountered: