I'm using a browser that has no tab key on the target device keyboard and no mouse.
I'm seeking to move from a field which has no data entered.
Pressing Return is ignored by the onDataChange event, of course.
The key listener plugin doesn't work in the web browser.
I'm testing different options, and haven't located a similar issue in the forums.
o use web utils and manipulate it from the browser side, and ...
o injection of a space in each new field, then an enter would see the new event as a space or data
o use button passthrough over fields, at least it takes a 'Return'
o use web browser intercept of <CR> 13
o plugins.window.createShortcut, which would set the shortcut for 'Return' to a 'Tab', but that messes with a basic key function
I'm hoping I missed something simple. Any ideas on accepting a blank entry on Enter?
thanks!
--Joe.