Dropdown select not working on mobile Safari (iOS)

The select State dropdown on the billing address form does not work on mobile Safar (iPhones)i. Nothing happens when the dropdown is tapped. Appears to work on Android.

I found this answer on stack overflow, but I’m not 100% this is my issue. Any recommendations on how to troubleshoot or referrals where I can find someone knowledgeable of this issue that can help?

IMG_1115

I have no specific experience with mobile Safari, but I do have a few troubleshooting questions:

  1. Have you tested the form on desktop Safari, and does it work there? (If not, you can probably debug your issue in desktop Safari, and that will probably fix it in mobile Safari too.)
  2. Are you using any other JS frameworks (such as Bootstrap), apart from jQuery, to create your page/app?
  3. The StackOverflow post you linked to only has one response related specifically to mobile, and that’s for the jQuery mobile popup. Are you using that in your page/app? If so, did you try that solution, and did it work?
  4. Have you tried any of the solutions in the SO post?

I use select2 in a plugin on WordPress, and a user reported that the select2 dropdown has to be touched (clicked) twice in order to open on safari mobile. The user reckons it has to do with the search text field embedded in the select2 dropdown and that Safari somehow requires a double click to activate the dropdown.

Can @kjn confirm this?