CrosswalkNative
CrosswalkNative copied to clipboard
Embedded Crosswalk 77 webview based sample project.
Hello @ks32 , I am not able to build the project as xwalk_main_fat-77.2.aar is not accessible via git lFS: ``` "batch response: This repository is over its data quota. Account...
Logcat: `2022-07-04 20:06:28.548 30393-30393/ks32.crosswalk_native W/rosswalk_nativ: Accessing hidden field Landroid/graphics/Insets;->bottom:I (light greylist, linking) 2022-07-04 20:06:28.687 30393-30393/ks32.crosswalk_native W/rosswalk_nativ: Accessing hidden field Landroid/view/WindowInsets;->CONSUMED:Landroid/view/WindowInsets; (light greylist, reflection) 2022-07-04 20:06:28.716 30393-30393/ks32.crosswalk_native W/rosswalk_nativ: Accessing hidden method...
Command: ./gradlew assemble
Hey @ks32 , The app is crashing 100% of times when trying to open _www.youtube.com_ `mXWalkView.load("https://www.youtube.com/","");` I am not quite sure why it is crashing. Do you know what is...
Hi, How can i build ks_chrome_77 for android webview? @ks32 Thank you in advance.
As you are and as far as I know, the only person who managed to rebase crosswalk and update chromium. I was wondering if you managed to do so by...
hi mr ks32 when i use “addJavaScriptInterface” add a interface for my js code then i used the interface like this “window.Android.funtionName” the will tell me “Uncaught TypeError: window.Android.funtionName is...
When I use the following Dockerfile to build crosswalk 77, there is a high probability that the build fails, and gn cannot generate XWalkCookieManager_jni.h or cors_origin_pattern.mojom-forward.h compilation file not found...
XWalkCookieManager is no longer attached to the XWalk view. Which means that we can longer manage cookies when using this version of crosswalk. You can test this issue by using...
Hey @ks32, Thanks for this great lib, It looks like cookies & session are no longer persisted after the app has been closed. It used to be working on the...