While developing a web application, I made the decision to combine multiple buttons into a single dropdown list using select elements and onClick events for each option. Unfortunately, this functionality does not seem to work on iOS (Safari on iPhone). Is there an alternative event or method that can be used to capture menu selections in Safari on iPhone?