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

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -