r0x0r / pywebview

Build GUI for your Python program with JavaScript, HTML, and CSS
https://pywebview.flowrl.com
BSD 3-Clause "New" or "Revised" License
4.64k stars 538 forks source link

Webview on Android #1340

Closed hlohaus closed 3 months ago

hlohaus commented 5 months ago

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 commented 5 months ago

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

hlohaus commented 5 months ago

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.

github-actions[bot] commented 4 months ago

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[bot] commented 3 months ago

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