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
Expected Behavior Clicking on a <a> with a download attribute the webview should download a file.
<a>
Actual Behavior Nothing happens.
Steps to Reproduce the Problem Add
<a href="/js/main.js" download="main.js">Click me to download</a>
to neu create my_app index.html, build and run. chmod +x my_path if necessary.
neu create my_app
chmod +x my_path
The link to download will not do anything.
However, if you go to http://localhost:PORT/resources/index.html on your actual browser, the link will work.
Specifications
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Clicking on a
<a>
with a download attribute the webview should download a file.Actual Behavior
Nothing happens.
Steps to Reproduce the Problem
Add
to
neu create my_app
index.html, build and run.chmod +x my_path
if necessary.The link to download will not do anything.
However, if you go to http://localhost:PORT/resources/index.html on your actual browser, the link will work.
Specifications
The text was updated successfully, but these errors were encountered: