I'm using XWalkView stable 18.48.477.13 on android and wanted to disable javascript since it's by default enabled.
The standard android WebView has the method WebSettings.setjavascriptenabled to enable or disable JS.
So anyone knows how i could disable and reenable Javascript in XWalkView? Maybe its XWalkView.pauseTimers() and XWalkView.resumeTimers(), but it would affect all XWalkView instances which is not what i need in my case.