Ionic 4 Web Storage data

Hi!

I working with Ionic 4 Angular (Android, iOS and Web).
I use storage (I tried both standard localStorage and Ionic’s own Storage with the sqlite plugin) to store some data.
The problem is that when I add a shortcut to the homepage on iOS, the storage data is not stored together, so I lose some references.

This problem does not happen on the web on the Android system, for example, only on iOS.
Remembering that I am talking about Ionic on the web (webapp).
Native to Android and iOS work seamlessly with storage.

Is there anything I can do to store this data on the web shortcut on iOS?
Thank you!