I have a page in ASP.NET and this screen has a JavaScript function to allow only the typing of numbers in some fields.
When I run the Desktop (any browser) this function works correctly, but when I open this page in the Android browser the screen allows you to enter letters where it could not because it has the JavaScript function that should prevent this.
In other words, the JS function does not work in Android browsers (Default browser and Chrome). Note: The JavaScript function is active in both browsers.
Follow part of the page code ..
If you need more information I will arrange ..... Thanks for the help. Eduardo