-
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
Dropdown list "Tap" is not working on Blackberry #5792
Comments
Hi there 😄 ! So in order to debug this, we're going to need an example to test. Please provide a codepen that we can load on to our devices and test. Thanks! |
Thanks Mike for reply, Here you go with the example of ionic dropdown. If we implement the dropdown using angular dependencies, then it is working fine. Thanks, |
Are you seeing the same problems on Android or iOS? |
In Android and IOS, it is working as expected. Just to "Tap" on dropdown and it opens the list. This is only a blackberry issue. As we did some analysis and found if we comment the below line in ionic.js, then it resolves this issue. But, I am not sure how it will gonna impact the framework. Please advise Changes
|
I'd rather not mess with any of that code since it tries to handle things between ios and android. |
Using Ionic framework, dropdown list is not opening on Tap. Dropdown list opens when we Tap, hold and drag.
If we, just use the pure angular framework then dropdown list opens on tap
Is there anything that Ionic is overriding the angular behaviour. If it is overriding could you guys please let me know.
Because of this, I am getting very critical issues.
Thanks.
The text was updated successfully, but these errors were encountered: