mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #41] errors when switching to webview context on higher than 6.0 #32
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JohannesMerz on GitHub (Oct 11, 2017).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/41
When switching context to a embedded webview the installed chrome version is not sufficient for newer versions. Works with 5.1.1 but not with 6.x nor 7.x
This is my code for reference. Starting the app and getting the web views works. Just setting the context wont.
Additional info: It may be due to the emulator being out of date as thats in the logs when hitting
docker exec -it android-container tail -f /var/log/supervisor/docker-android.stdout.log@budtmo commented on GitHub (Nov 22, 2017):
Hi @JohannesMerz ,
Could you try it again with the new release if the bug is still there?
@JohannesMerz commented on GitHub (Nov 22, 2017):
i wont have time for this this week unfortunatly, hopefully next week
@budtmo commented on GitHub (Jan 3, 2018):
I will close this issue because there is no response. Please feel free to reopen the issue if the bug is still there.
@eyal919 commented on GitHub (Aug 28, 2019):
did someone solved it?