-
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
"Uncaught TypeError: ele.hasAttribute is not a function" in FAB-list button on Android #9942
Comments
Could you run |
|
Hey @hugomosh , what version of Android are you having this issue with? |
6.0.1
And HTC Sense Version: 7.0_g
El mar., 10 de ene. de 2017 a la(s) 12:58, Justin Willis <
notifications@github.com> escribió:
… Hey @hugomosh <https://github.com/hugomosh> , what version of Android are
you having this issue with?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9942 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA21emRIzLpj3vygxTarYQJiFeD0cXUqks5rQ9S3gaJpZM4Lfsm6>
.
|
Hey @hugomosh unfortunately i cannot seem to reproduce your issue with the latest nightly on either a Nexus 7 running Android 6.0.1 or a Nexus 6 running Android 7.1.1. Also used your exact markup you posted above in my tests. Do you have a repo that i can use to reproduce this issue? |
Oh, I've just realize that is the (native) map absorbing the clicks. The FAB lead button inside the map div works fine but the expanded list of FABs are like in an hidden or lower layer*. Do you know any related problem? I see the buttons but I am not able to click them. And the error |
It seems like this may be a duplicate of #9726 |
Yes. 901#issuecomment solved the error but I am still unable to click the gray FAB buttons : ( |
Hello @hugomosh , so this is only happening with a google map correct? When you are using fab buttons without the google map it works correctly? |
Hello everyone, It's my first contribution to the Ionic Community (also to the Github Comm.) I am getting this error to. @hugomosh You can read this article from Josh Morony, he faced the same problem (I think), and the solution that he proposed is to wrap the FAB button inside the map div element : |
Read this from :
|
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.1.14
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:
When i click in a FAB list button i get
"Uncaught TypeError: ele.hasAttribute is not a function"
in the adb console.In ionic serve works fine but not in native android
Expected behavior:
I just want a simple click
Related code:
I think it has to do with something of the element selection. Maybe a case sensitive thing in the JS running in android
The text was updated successfully, but these errors were encountered: