chromium-aw icon indicating copy to clipboard operation
chromium-aw copied to clipboard

Chromium based Android WebView engine to be embedded in Ridibooks-Android

Results 12 chromium-aw issues
Sort by recently updated
recently updated
newest added

Hi! Is there any plan to update this library to 10x. chromium version? I tried compiling from source without luck. It always outputs a 7MB aar.

运行后切换到后台,,在调起还是黑色,,调用awContents.onResume() 无效

![问题反馈](https://github.com/ridi/chromium-aw/assets/34736214/7fb84b49-8348-4d28-bac9-216ffde0fec0) 如上图,视频控件无法操作,点了后一直转圈,控件显示灰色 W/RenderInspector: DequeueBuffer time out on com.ckj.demox/com.ckj.demox.MainActivity, count=1, avg=17 ms, max=17 ms. W/chromium: [WARNING:resource_bundle.cc(1045)] locale resources are not loaded I/chatty: uid=10457(com.ckj.demox) Chrome_InProcRe identical 72 lines W/chromium: [WARNING:resource_bundle.cc(1045)] locale resources...

I test this url only WebM is working https://tekeye.uk/html/html5-video-test-page

Hi guys, I am trying with no luck to create webview with transparent background. ``` webView = WebView(this) webView.settings.mediaPlaybackRequiresUserGesture=false webViewContainer.addView( webView, ViewGroup.LayoutParams(1200, ViewGroup.LayoutParams.MATCH_PARENT) ) webView.settings.useWideViewPort=true webView.settings.loadWithOverviewMode=true webView.setBackgroundColor(Color.TRANSPARENT) ``` But the...

I added screenshot function inside AwTestContainerView using SurfaceView(HardwareView). I'm not able to compile the aar properly. I only got 7mb aar file after running ./gradlew build How to properly build...

webdriver: Request failed with status 500 due to An unknown server-side error occurred while processing the command. Original error: An unknown server-side error occurred while processing the command. Original error:...

Hello, I put the webview in an activity. After App launch, if I open the activity for the first time and use WebView to load some page, the rendering performs...

I was running the demo project and I put the device in sleep mode and then turned it on, the webview contents disappeared and it showed only white screen