FlamedDogo99 / EaglerMobile

A userscript that allows EaglerCraft to run on mobile browsers. As of June 15, 2023, the Eagler Mobile script is directly integrated with the main EaglerCraft website!
Apache License 2.0
15 stars 18 forks source link

[Suggestion] Android input #32

Open dedseclulz opened 2 months ago

dedseclulz commented 2 months ago

Add this to make input on Android better

hiddenInput.setAttribute("autocorrect", "off"); hiddenInput.setAttribute("autocapitalize", "off"); hiddenInput.setAttribute("tabindex", "-1");

FlamedDogo99 commented 2 months ago

This has been implemented in #33, but it will be rolled out with #34 when it’s finished