You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is some weird scoping with the variable... I use TIKeyboardEvents within my own commonjs module. If I load "var keyboardevents = require(...);" within a function in my module, it does not work. But if I define "var keyboardevents = null;" at the top of my module, then load within the function "keyboardevents = require(...);" it works fine. not sure why it does this, but it seems to work now. However, the events do seem to fire twice every time.
For some reason the events don't seem to fire under Ti 2.0. Is this a known issue, or something else I should look at? Thanks!
The text was updated successfully, but these errors were encountered: