I was trying to develop a windows 10 application for windows 10 mobiles using Ionic 2, I have a scenario for offline data storage, I tried the sqlite plugin but it was in vain and finally my thoughts end up to use files to store the data using file plugin sadly this plugin returns me this JavaScript run time error: Unable to get property ‘applicationDirectory’ of undefined or null reference. Can someone provide me a working example or any suggestions to solve this issue.