Hi,

I am using version 10.39.235.15 but cannot figure out how to disable the
Android overscroll glow effect.

I have tried by disable it by setting android:overScrollMode="never" and
even added android:fadingEdge="none" but still the glow is there:
(My layout example)
    <org.xwalk.core.XWalkView
        android:id="@+id/webXWalkView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:cacheColorHint="@color/windowBackground"
        android:background="@color/windowBackground"
        android:overScrollMode="never"
        android:fadingEdge="none">
    </org.xwalk.core.XWalkView>

I have also tried to disable it in by
webView.setOverScrollMode(View.OVER_SCROLL_NEVER);
Also does not work.

Is it possible to disable the glow effect and if so how?

Thanks!
Stefan
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to