I encounter an issue with the ion-picker on Android devices when the user set a bigger font-size in the settings of the phone.
So, when I go to a specific element in the ion-picker-column, the picker automatically goes to the above item (and continue till the top of the list) as you can see in the demo:
Do you have encountered the same behavior? Is there a fix?
This is not very goof for accessibility because the settings will be skipped but this will ensure that the font-size defined in the code/styles will be used in the app/webview.
Does this seem like an okay approach to you or not?