User2008642861 posted
Hi vp75,
Thank you for your post. I suggest that you could access your website at computer's browser. If it could work fine, I suppose this issue is more related with safari. That's to say, your issues is more related with safari which is out
of our support scope ,please post your issue to the related forum for a professional solution.
If your website's DropDownList is also not selecable, please provide us your whole code which we could reproduce your issue.
Besides, you could check your DropDownList whether it has been set Enabled=true as below example.
<asp:DropDownList ID="DropDownList1" runat="server" Enabled="true"></asp:DropDownList>
Best regards,
Archer