-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
map not fit perfect screen on ios #125
Comments
Can you double check that you are using the latest version? (0.1.4) |
I m using 0.1.4 |
Were you able to figure out what was causing this? |
I m investigating,no results for now. Flexible container fit correct all the space (as you see in the pick has gray background). Maps appear to be not in the center. |
ok some news... this is related to option.zoom. this code is working
this code generate the problem
it seems that the problem appear when zoom is not int!!! |
gotcha. I would vote to re-open this now that this is a reproducible bug |
@gimox Thanks, saved me! |
@johnpryan yes, it should be reopened, it still happens as of today, and the zoom property still is a double, and should definitely be a int |
mmmh, the gray bars also happen when using |
@johnpryan this ticket should be reopened, it happens all the time with fitbounds |
I have the same issue in Android, and I solved by:
to
I want to send PR, but I can't know that this solution works perfectly or not. Thanks. |
Map view not fit flexible tag on ios device < X.
look at grey border.
It work on iphone X.
The text was updated successfully, but these errors were encountered: