We implemented local_session_timeout in our app, and it works very good, except one critical part.
One major issue, is that once the screen of the flutter app (in our case flutter web) is a webview (iframe), then the activity is no longer detected, and even if there is activity on the webview the inactivity timeout will be triggered.
Any way to fix this limitation ?
We implemented local_session_timeout in our app, and it works very good, except one critical part.
One major issue, is that once the screen of the flutter app (in our case flutter web) is a webview (iframe), then the activity is no longer detected, and even if there is activity on the webview the inactivity timeout will be triggered.
Any way to fix this limitation ?