You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
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.