I have a problem that I am unable to solve.
I have an input field that shown when a modalview is opened. When I click that text input field on my iPhone 5S, it opens the keyboard. But when I enter text it is not shown in the input field. I tried debuggin an give it a focus $("element").focus(), but that' didn't bring the keyboard nor gave the input field a focus.
When I put an input field inside the main view, I get focus when I tap it.
Any suggestions how to solve this.
Things I've done:
- Create another input field with another id (doesn't work)
- Tried to capture the click event via jQuery - it didn't trigger any click event!
- No filters are applied to the input field (there are, but I commented them out)
- The field react to the kendoTouch>Tap event
Things I've noticed:
- Tapping on a button in a modalview transfers the click to the elements behind it (using Kendo UI Mobile v2013.2.1021) - this is another problem that I haven't solved out yet
I have an input field that shown when a modalview is opened. When I click that text input field on my iPhone 5S, it opens the keyboard. But when I enter text it is not shown in the input field. I tried debuggin an give it a focus $("element").focus(), but that' didn't bring the keyboard nor gave the input field a focus.
When I put an input field inside the main view, I get focus when I tap it.
Any suggestions how to solve this.
Things I've done:
- Create another input field with another id (doesn't work)
- Tried to capture the click event via jQuery - it didn't trigger any click event!
- No filters are applied to the input field (there are, but I commented them out)
- The field react to the kendoTouch>Tap event
Things I've noticed:
- Tapping on a button in a modalview transfers the click to the elements behind it (using Kendo UI Mobile v2013.2.1021) - this is another problem that I haven't solved out yet