printfn / fend

Arbitrary-precision unit-aware calculator

Home Page:https://printfn.github.io/fend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web app, can't submit on android

mattfbacon opened this issue · comments

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.

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.

Sorry, it was just WebAssembly disabled.

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

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