Web App - Background & Restore

I have a web app with the following <head> tags.


    <link rel="apple-touch-icon" href="apple-touch-icon-precomposed.png">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">


It works fine.


However immedediatly the App is put into background (tap home button), the App is stopped all state is lost, on restore the App is relauched.


This is different from the Experience with Safari.


In Safari when the App (Safari) enters background mode, the current state is maintained, on restore there is no navigation event.


Can I configure my WebApp behaviour to match that of Safari?


Best Regards

Peter

Replies

Apple did not solve this problem even when it is now 2018. This would be a tremendous problem for all PWAs.