Hi everyone,
my app has a timeout timer that is resetted every time that the user interacts with the application interface.
Thanks to
this method
However I just implemented a
B4XDialog with
B4XInputTemplate and I noticed that when the keyboard is used in
Text Mode the "user_interaction" event is
not fired... so I cannot reset my timeout timer... (and it is fired two times when in
Number Mode ? ¿¿¿)
I tried using IME to add "HandleAction" to the
InputTemplate.TextField1, but also this does not work...
maybe because my app is in FullScreen mode? (same reason as
HeightChanged event ?...)
Thanks in advance