Android 5 Titanium webview rendering issue -
in app using ti 3.5.1, simple webview isn't correctly displayed on android 5. code
ti.ui.createwebview({ html: producthtml, enablezoomcontrols: false, scalespagetofit: true, autolink: ti.ui.autolink_none }); webview ignores viewport meta tag , text appears small.
any idea?
hi having similar problem , setting borderradius 0 webview fixed me. separately using 21 platform api solved problem.
Comments
Post a Comment