android - Crosswalk (xwalk) pull to refresh not working -


i'm using crosswalk (xwalkview) instead of default webview on android seems defalt pull-to-refresh functionality doesn't work on android 4.3. i've tested on 5.0 , it's ok, on 4.3 , 4.2.2 doesn't work. i'm guessing has < 5.0 ?!

i've tried enable it, failed work:

    //disable edge effect , try enable pull refresh in case we're using xwalk webviews     if (buildconfig.is_xwalk) {         final string init_switches[] = {"xwalk", "--enable-pull-to-refresh-effect", "--disable-overscroll-edge-effect"};         if (!commandline.isinitialized()) {             commandline.init(init_switches);         }     } 

any ideas ?

actually, have jira feature, please track here: https://crosswalk-project.org/jira/browse/xwalk-6277.

it has block issue before, continue investigating how implement it.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -