-
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
Buttons inside map #9318
Comments
Well, I was facing this issue if the button/input was placed outside the map canvas div. Then, placing the elements inside the map div it worked. If anyone needs to see a working example, clone this repository. I believe this issue can be closed @brandyscarney. |
Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. Thank you for using Ionic! |
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
I created one projec with some buttons inside map_canvas, but the buttons aren't clickable, so I opened a issue#1097 in Google Maps plugin's page and sended some prints of the problem, but he didn't see nothing wrong and, after I updated to rc3, I did other project with the same problem works. However, still there is a problem with project of example because the example is a little different.
Expected behavior:
All buttons inside Map are clickables
Steps to reproduce:
Related code:
Other information:
In the other project that the buttons worked, I needed change all
[hidden]
to[style.display]="(variable) ? 'block' : 'none'"
because the first option didn't work, but I don't know why.The text was updated successfully, but these errors were encountered: