-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window.MobileAccessibility.usePreferredTextZoom(false) is not working for several android devices. #50
Comments
I have got the same issues here for the Cubot King Kong (android 8.0.0) and the Samsung Galaxy J7 (android version 9.0.0) |
same issue here, Pixel 2, Android 10 |
same issue here, Samsung Note10+, Android 10 |
Looks like the end of this plugin? Since it hasn't been updated for years. |
this is the only way to solve zoom problem? |
Has anyone found a solution? |
I fixed this problem like following: private void initWebViewSettings() { |
Thanks, Guoxz it's working for me! , Genius :) . |
I used this function to restrict the system setting of font size.
And this is perfectly working fine in iOS devices but for Android this is not working properly in several devices.
I tested in One Plus 3 (Android Version: 9.0.0) and Samsung Galaxy J7 Crown (Android Version: 8.0.0) and MobileAccessibility.usePreferredTextZoom(false) is not working in these devices.
The text was updated successfully, but these errors were encountered: