Closed voltairebiton closed 5 years ago
Hi there,
Thanks for opening an issue with us! Would you be able to provide a repository with the code required to reproduce this issue? Thanks!
Hi @liamdebeasi here is the test repo. Just run npm run build
to do all installs. then run it on any iphone device. try tapping it on the placeholder and it will not trigger any event.
Thanks for sending this over! I am not seeing the issue you are describing. To confirm, you are experiencing the select dialog not opening when tapping Select
?
yes that's correct. When i checked with safari inspector, the label is blocking it. So when i tap outside the range of the label it will open up the dialog. In android it is working fine. For now i changed my label to stacked temporarily. I will revert it back to floating if it becomes fine.
Thanks for the additional information. Which version of iOS were you testing on?
its ios 12.1. swift language version is 4.2
Hi there,
I am still not able to reproduce the issue you are seeing. Here is what I can see on my end:
Can you try running this app without Capacitor (use: https://github.com/ionic-team/cordova-plugin-ionic-webview instead) and see if you are still running into the same issue?
Thanks for the issue! This issue is being closed due to the lack of a reply. 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!
Bug Report
Ionic version:
[x] 4.x
Current behavior:
Floating ion label is blocking ion select from triggering when tapped on ios only. Expected behavior:
It should trigger the ion-select on tap and opens a modal for selecting items.
Steps to reproduce:
Just add this code to a blank ionic 4 app. `
` Then run on ios. try tapping on the floating label. it will not trigger the select. however if you tap outside the range of label it will work. On android this is working perfectly.
Ionic info: