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.
Because web applications has catching by default only those actions that results in webrequest calls.
sebastian
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
Webview measures only time in web page of the APP I think.
Sebastian