WebView with Toga doesn't run JavaScript on android but yes on Windows #2173
danielmedinaa
started this conversation in
Debugging help
Replies: 3 comments 15 replies
-
I presume this is on Toga 0.3.1? I can't say I've seen this myself, and in the main branch we've got tests that validate that Javascript is executing. Are you able to test this on the main branch? To do this, replace the reference to
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for replying!, I did that and it opens perfect but the JavaScript code still doesn't work, I'm using the apk directly, the I know that generates with briefcase build android, does that affect? Do I have to use Briefcase Package Android and use the AAB? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a WebView in python which should display a web page and it does it correctly, the issue is that in android the web page does not execute the JavaScript code that is on the page, also if I add one with invoke_javascript, this is only on android, on windows it does it without any problem.
Beta Was this translation helpful? Give feedback.
All reactions