02 Oct 2019 03:57 PM
Hello.
We have a question about user actions detection in mobile native app vs mobile web applications:
I see in the bancaonline App all users actions are Load_??? ??
however in native BrokerApp application there are other types of user actions: Touch on, Redisplay, Loading....
Why are there less user actions in web app that native?
thank in advanced
Jose A
Solved! Go to Solution.
03 Oct 2019 08:03 AM
Because web applications has catching by default only those actions that results in webrequest calls.
sebastian
03 Oct 2019 09:23 AM
thank you.
So in hibrid application´ case, the user action duration Load_login in webview, Does it include the time dedicate in the mobile app?
jose A
03 Oct 2019 10:25 AM
Webview measures only time in web page of the APP I think.
Sebastian