For example I`ve built chroimium webview into sources and want to make a new Instance of WebViewChromium inside Activity, not like the system WebView. What steps should I check?
--
You received this message because you are subscribed to the Google Groups "android-webview-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-webview...@chromium.org.
To post to this group, send email to android-w...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/android-webview-dev/55e19de6-3ff3-4b72-a84e-51fd8b319ac0%40chromium.org.
Ok but AwContents doesnt extend any View. How to implement basic view with AwContents?
--
You received this message because you are subscribed to the Google Groups "android-webview-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-webview...@chromium.org.
To post to this group, send email to android-w...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/android-webview-dev/95e98787-8ba3-430e-989a-ba14e32135bb%40chromium.org.
You need to do what the instrumentation shell does: see AwTestContainerView
On Fri, 26 Jan 2018 at 14:30 LionisIAm <hvosti...@gmail.com> wrote:
Ok but AwContents doesnt extend any View. How to implement basic view with AwContents?
--
You received this message because you are subscribed to the Google Groups "android-webview-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-webview-dev+unsub...@chromium.org.
Yes, currently I`m trying to use AwTestContainerView. But have some problem: I can not control background color of the page. I want to see View under the AwTestContainerView if webpage has some css opacity or transparent css background. But I can not see what is going under the WebView. Seems like GL (native?) draws default background color. I`m tried to search in sources where GL filling background but can not. Can you help me please?
пятница, 26 января 2018 г., 22:50:10 UTC+2 пользователь Richard Coles написал:You need to do what the instrumentation shell does: see AwTestContainerViewOn Fri, 26 Jan 2018 at 14:30 LionisIAm <hvosti...@gmail.com> wrote:
Ok but AwContents doesnt extend any View. How to implement basic view with AwContents?
--
You received this message because you are subscribed to the Google Groups "android-webview-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-webview...@chromium.org.
To post to this group, send email to android-w...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/android-webview-dev/95e98787-8ba3-430e-989a-ba14e32135bb%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "android-webview-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-webview...@chromium.org.
To post to this group, send email to android-w...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/android-webview-dev/42537ce2-ac4d-449e-a3d9-edd84199611e%40chromium.org.