How to develop PhoneGap app with database storage > 5MB to be distributed on almost all platforms
问题 I am building enterprise business application using PhoneGap to be able to distribute the application on almost all mobile platforms. My app may need offline database storage more than 5MB, and the PhoneGap SQLite DB is limited to 5M. After some search I found a cool plugin which make PhoneGap able to connect the SQLite DB with unlimited DB size, but unfortunately this solution is created for Android and iOS only. Is there any workaround or solution to let me develop my mobile app using