Issue with HTML select element in iOS 15 beta 8

On iOS 15 beta, when I tried to check my application, the select element is having issue. As when I clicked on select dropdown, the option list was not shown. The error message was "Failed to present a context menu for configuration with identifier".

Is this a web app? Or an iOS app that’s using a web view to host its HTML content?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I am also facing same issue "Failed to present a context menu for configuration with identifier" with HTML Select element. It is iOS app that is using wkwebview at a place to load html content. Please share here if any one finds solution to it.

Hi Gaurav, I am also getting same issue, did you get any solution for above problem.

we are having the same issue with all the HTML SELECT controls in a PWA; the problem shows once the device goes in standby, we are currently asking our users to keep the device on to avoid this; if it happens they have to close and restart the app; this has been going on for a while now, I really hope a fix can be released soon.

I've did an indepth investigation on this select dropdown problem and posted an issue at bugs.webkit.org: https://bugs.webkit.org/show_bug.cgi?id=238318

It's a problem with dropdowns of several components (such as select, input file/date/month) where either the animation to have the dropdown appear or disappear gets stuck. You can sometimes see the dropdown being tiny and very transparent (if you zoom into a screenshot) and sometimes you'll be able to select an option even though you don't see the dropdown.

Issue with HTML select element in iOS 15 beta 8
 
 
Q