AgentWeb icon indicating copy to clipboard operation
AgentWeb copied to clipboard

AgentWeb is a powerful library based on Android WebView.

Results 106 AgentWeb issues
Sort by recently updated
recently updated
newest added

打开url后,h5通过点击自己的返回发现无法响应,通过日志发现window.history.length=0,无法返回,只是个别的url打开后才发现这个历史为0,浏览器打开没问题

java.lang.IllegalArgumentException: com.xxx: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some...

![image](https://user-images.githubusercontent.com/40293334/179442275-e4c0b1c8-87db-44ab-ab1f-d6fe73cc77d8.png) AndroidX的依赖是不是搞错了?咋是support包呢 implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.0-alpha.1-androidx' // (必选)

咱这浏览器支持https双向验证吗?需要怎么配置?

在Vivo X9s上面界面加载空白,没有任何报错 https://tkjgw.ldxinyong.com/#/medal 下载了Demo,替换成这个网址也加载不出来

一般webview的长按选项(长按文字出现复制、分享等),重写需要通过继承webview来重写startActionMode方法的callback方法,在AgentWeb里边能通过怎样的方法来实现?

![image](https://user-images.githubusercontent.com/16816717/151097847-a98ec388-2546-41fd-848c-00d7edf5107b.png) 问题代码:AgentWebUtils#getInstallApkIntentCompat()。 修改建议:对具有下载APK功能的组件进行调用者校验,并且对下载的APK文件进行完整性校验。

at android.app.ActivityThread.deliverResults(ActivityThread.java:5163) at android.app.ActivityThread.handleSendResult(ActivityThread.java:5204) at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:51) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2136) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:236) at android.app.ActivityThread.main(ActivityThread.java:8060) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:656) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:967) Caused by: java.lang.IllegalStateException: showFileChooser result...

Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.content.FileProvider" on path: DexPathList[[zip file "/data/app/~~u_7nZluKBv2bediWTM4S4Q==/com.upwhk.pda_bluetooth_print_android-B8tQgVlaSvLOlrWn0e4Gog==/base.apk"],nativeLibraryDirectories=[/data/app/~~u_7nZluKBv2bediWTM4S4Q==/com.upwhk.pda_bluetooth_print_android-B8tQgVlaSvLOlrWn0e4Gog==/lib/arm64, /system/lib64, /system/system_ext/lib64]] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:218) at java.lang.ClassLoader.loadClass(ClassLoader.java:379) at java.lang.ClassLoader.loadClass(ClassLoader.java:312) ... 18 more implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.0-alpha.1-androidx' // (必选) 这个里面的 import android.support.v4.content.FileProvider;...