I have cordova app and i am using below line to avoid text zoom from system settings ` MobileAccessibility.usePreferredTextZoom(false);` It's working fine for all components except dropdown, the text in dropdown is still bigger.