You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/01 15:11:17 UTC

[GitHub] [cordova-android] breautek commented on issue #870: unable to display in native resolution on Android

breautek commented on issue #870: unable to display in native resolution on Android
URL: https://github.com/apache/cordova-android/issues/870#issuecomment-607307598
 
 
   > Woud an elder version of cordova solve that problem?
   
   Older versions of `cordova-android` aren't supported mainly because they don't support the minimum required API target 28 enforced by Google.
   
   https://developer.chrome.com/multidevice/webview/pixelperfect may help find a temporary workaround.
   
   It makes references to use the native APIs:
   [setUseWideViewPort](https://developer.android.com/reference/android/webkit/WebSettings.html#setUseWideViewPort(boolean))
   [setLoadWithOverviewMode](https://developer.android.com/reference/android/webkit/WebSettings.html#setLoadWithOverviewMode(boolean))
   
   I'm pretty sure cordova-android already uses `setUseWideViewPort`, as I think that needs to be enabled for the webview to acknowledge the `viewport` meta tag. 
   
   I'm also wondering if this would be more appropriate as a third-party plugin instead of a core feature...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org