I'm trying to select a dropDownList in a web page inside my application using WKWebView but it does not respond and could not trigger UIPickerView or DropDownlist in iOS 15.x.x although it works well in iOS 14.x.x and earlier versions.
targeted <select> web snippet
<select name= "hours-defined">
<option value="">00</option>
<option value="">01</option>
<option value="">02</option>
<option value="">03</option>
</select>