Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

Can I disable "pull up to refresh ?" #54

Closed ghost closed 8 years ago

ghost commented 8 years ago

Can I disable the pull up effect to refresh ? Because when I'm using a google maps, when I pull up, my device refreshes whereas I want to move my map.

Thanks !

RoboKopf commented 8 years ago

You can disable pull to refresh with a meta:

or with javascript:

app.pulltorefresh.enable(); app.pulltorefresh.disable();

ghost commented 8 years ago

Thanks it works !