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

Web app, can't submit on android #266

Closed
mattfbacon opened this issue Feb 12, 2024 · 4 comments
Closed

Web app, can't submit on android #266

mattfbacon opened this issue Feb 12, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@mattfbacon
Copy link

The app uses a specific keycode whereas android seems to insert the newline as text. Maybe there needs to be a check for that as well.

@printfn
Copy link
Owner

printfn commented Feb 12, 2024

Hi, thanks for the bug report! I don’t have an Android device to test with myself, but might take a look at improving the checks for the enter key. PRs are also very welcome of course.

@printfn printfn added the bug Something isn't working label Feb 12, 2024
@mattfbacon
Copy link
Author

Sorry, it was just WebAssembly disabled.

@mattfbacon mattfbacon closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2024
@mattfbacon
Copy link
Author

That said, it would be good to print a message if the WebAssembly fails to load.

@printfn
Copy link
Owner

printfn commented Mar 15, 2024

I've now added an alert if WebAssembly fails to load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants