I'm not sure if anyone has seen anything like this before (I hope you have!) but it's stumped me.
Basically, I have a HTML 5 on Android which has input boxes. Whenever I enter numbers into these boxes, the app crashes.
I have tried this with input type="text" and type="number" but it's no good, the same result occurs.
If I type a 0 then it will crash on the next number entered. If I lead with something other than a 0 it will usually crash when I enter the fourth number.
This behaviour is really peculiar. If I enter text into an input box of type text it's absolutely fine. If I enter the numbers really quickly, it can't cope and crashes. If I enter them slowly, the app copes better and allows me to enter more numbers.
I'm building my app with Worklight and for a Samsung Galaxy S3. Everything else functions perfectly, but this is a pretty big problem as it stands.
Has anyone encountered this or can suggest a way around this? I'm using Dojo text boxes (although I have used standard html 5 input boxes as well and the same end result is reached). Dojo works fine everywhere else in the app.
Any suggestions are welcomed.