The attached sample reloads a webview every 20 seconds, you can change that of course, however, you have to take in consideration that the reloading will happen even if the user is browsing and will interrupt that process.
will test it right now.
If the useres makes some input the timer should stop, but this is on the Agenda when the timer runs
Next then i want to catch the ENTER key, so that the App can add a signature if enabled.
Works fine - i added a request in The TimerTickEvent (forgot that B4A is so near to VB ;-)) which checks the temporary refresh interval and, if > 0, takes this number * 1000 in seconds.
So, this is solved and for the quiestion for the CheckKeypad and ENTER Key will be placed in a new thread (I'm sure i need help )