I have been developing A/B tests for both mobile and desktop versions of our website, particularly focusing on our custom dropdown components. However, I’ve now been asked to implement A/B testing (using Adobe Target or Optimizely) on the mobile version of our web application, where the company uses native dropdowns for both Apple and Android devices.
Given that these native dropdowns cannot be modified through HTML, I’m unsure how to proceed. I don’t have direct access to modify the native elements.
Is it possible to perform A/B testing in this scenario? If so, what are the best practices or methods to achieve this?