We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Android, Toga WebView cannot create dialogs from JS alert() or prompt() in loaded web pages.
Toga on windows has no issue showing JS alerts or prompts. I cannot test this on Ubuntu since I'm using a headless build server.
self.main_window = toga_MainWindow(title = self.formal_name) self.main_window.content = toga_Box( children = [ toga_WebView(url = "http://127.0.0.1:5001", style = toga_style_Pack(flex = 1)) ] ) self.main_window.show()
Alert() or prompt() should create jump boxes / dialogs (with input fields) when executed.
No response
No logs. I'm testing on a real android device.
The text was updated successfully, but these errors were encountered:
This would require implementing the WebChromeClient class, so please subscribe to #1020 for updates about that.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
On Android, Toga WebView cannot create dialogs from JS alert() or prompt() in loaded web pages.
Toga on windows has no issue showing JS alerts or prompts. I cannot test this on Ubuntu since I'm using a headless build server.
Steps to reproduce
Expected behavior
Alert() or prompt() should create jump boxes / dialogs (with input fields) when executed.
Screenshots
No response
Environment
Logs
No logs. I'm testing on a real android device.
Additional context
No response
The text was updated successfully, but these errors were encountered: