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
Post a Comment