Skip to content
New issue

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

Webview on Android #1340

Closed
hlohaus opened this issue Mar 26, 2024 · 4 comments
Closed

Webview on Android #1340

hlohaus opened this issue Mar 26, 2024 · 4 comments
Labels

Comments

@hlohaus
Copy link

hlohaus commented Mar 26, 2024

I created a app for android with webview, but file upload and downloads are not working.

I search for a solution and found AdvancedWebview. It supports request permissions and file uploads and downloads.

Can someone add it to pywebview?

And how can I create a custom .jar build?

Thank you

@r0x0r
Copy link
Owner

r0x0r commented Apr 7, 2024

File downloads should work. You need to set webview.settings['ALLOW_DOWNLOADS'] = True first
File uploads nor file dialogs are not implemented

@hlohaus
Copy link
Author

hlohaus commented Apr 11, 2024

Thanks. It was a blob file download. Maybe I need more permission.

I'm not good at Java. It's too complex for me to add downloads and stuff. The keyboard covers the text field. Also, it sometimes shuts down.

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label May 12, 2024
Copy link

The message to post on the issue when closing it. If none provided, will not comment when closing an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants