Robin Herbots
Robin Herbots
@Hoshinokoe , For mobile devices I rely on the input event and not the keypress event. Can you have a try by forcing the input event. Add the inputEventOnly: true...
@Hoshinokoe , Can you send me some info about the sequence of events which get fired, and also the value of the keyCode property of the events.
@Hoshinokoe , I am especially interested in the keyCode value of the keyup and keydown event.
@Hoshinokoe , You can use this https://codepen.io/robinherbots/pen/rNYrpzJ
@Hoshinokoe , Can you repeat the test while typing "abc" Thx, Robin
@Hoshinokoe , Ok, I pushed a new version. Can you have a try with it?
Can I emulate this somewhere online?
@AzonInc , Set the option positionCaretOnTab: true $('#total_override_value').focus(); will work then.
Or $("#link").trigger("focus").trigger("click"); with the positionCaretOnTab: false
Hmm strange, here it always seems to work. Can you create a jsfiddle or codepen with an example.