Cordova + Meteor Accounts disadvantages

Hello!

Since meteor account system uses local storage, to store login token and userId, and I am planning to wrap the Meteor application in Cordova app, I stumbled across Cordova local storage limitations for IoS devices:

If I understand correctly, this can result in IoS users being randomly logged out. Is there a way, to make sure, Meteor stores and uses token and userId in somewhere more persistent location, such as indexedDB?