Cordova iOS touch scroll not working -


i building cordova app both android , ios. in android scroll function working fine, in ios scrolling down or seems disabled, i've tried adding css.

*{     -webkit-overflow-scrolling: touch; } 

i have set viewport

<meta name="viewport" content="width=device-width, initial-scale=1.0"> 

i told use iscroll workaround seems if used such plugin have apply pages , divs separately. trying enable scrolling whole application seems tedious , inefficient solution.

any ideas on how solve issue, believe have uiwebkit, further.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -