E
E
Evgeny Kalibrov2015-07-23 15:41:21
Android
Evgeny Kalibrov, 2015-07-23 15:41:21

How to disable app updates on Phonegap + Crosswalk?

Connected to the project on PhoneGap - plugin Crosswalk WebView Engine. After that, the function of updating the application automatically appeared when we drag the screen down. How can I disable this effect?
In my config.xml file I tried to add the lines:

<preference name="CROSSWALK_ANDROID_COMMANDLINE" value="--disable-pull-to-refresh-effect" />

or
<preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect" />

or
<preference name="xwalk-command-line" value="--disable-pull-to-refresh-effect" />

None of the options gave any result. I am compiling the app via a service - "Adobe PhoneGap Build" if that makes any difference.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
NewCheb, 2015-07-29
@NewCheb

There is a script on this site, in the last post, just add it to the project. A crutch of course, but it works
https://software.intel.com/en-us/forums/topic/557191

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question