xGeorge
Results
3
comments of
xGeorge
At the moment android, basically im invoking a sdk(intent) but if it takes more than 5 minutes the OS restores the webview, this is a common behavior by the OS...
webview ..invoke(intent).....-> sdk activity, OS .....if needs memory.... -> reset o frees memory from background task, activity or apps sdk activity ...invoke(callback)...-> webview(binded callback) webview was restored so it will...
Thank you @kenstir !