crwebview icon indicating copy to clipboard operation
crwebview copied to clipboard

export android webview sdk from chromium

Results 10 crwebview issues
Sort by recently updated
recently updated
newest added

Hi @wuruxu, I cannot compile the project because I lack access to a Linux machine. It would greatly assist me if you could include "content-android-resources-v1.0.0.aar" in a new release. Thank...

Your example app not loading the extension. Please create an example app that load an extension because you example extension that is skyblue is also not loading. i have change...

当把进行这个设置后setDomStorageEnabled(true),如果网站页面使用了getItem存储的api,那么app就会崩溃 english: When setDomStorageEnabled(true) is set, the app will crash if the website page uses the api stored by getItem W/System.err: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/chromium/media/R$raw; W/System.err: at org.chromium.media.MediaServerCrashListener.startListening(MediaServerCrashListener.java:61) W/System.err:...

Hello How to compile the crwebview project yourself? Where exactly to put the BUILD.gn file and make the build? Chineese: 你好 如何自己编译crwebview工程? 将 BUILD.gn 文件放在哪里并进行构建? Thanks you!

![Image](https://github.com/user-attachments/assets/5f8eccb5-4b73-46dd-8851-93e42ef4e5d8)

示例代码: https://github.com/libnoname/noname-android-core/blob/main/src%2Fmain%2Fjava%2Fcom%2Fnoname%2Fcore%2Futils%2FUtils.java#L239-L394

想问一下大佬这个aar是怎么编译的。是把仓库代码放到chromium代码里面运行编译的么? 感谢

logcat ``` 2025-06-20 23:10:15.017 11102-11102 AndroidRuntime com.yuanwow.rarebrowserpro E FATAL EXCEPTION: main Process: com.yuanwow.rarebrowserpro, PID: 11102 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.yuanwow.rarebrowserpro/com.yuanwow.rarebrowserpro.ui.BrowserActivity}: android.util.AndroidRuntimeException: java.lang.reflect.InvocationTargetException at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3737) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3904) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) at...

设备只支持32位,作者可以帮忙加个32位的包吗?十分感谢!

getImportantForContentCapture()这个方法是api30 才有的,安卓11之前的设备无法运行,构造函数中的getImportantForContentCaptur()会导致低版本设备创建webview找不到方法而崩溃,需要增加版本判断