Categories
Cordova (Phonegap) Featured Development Resources HTML/Javascript iOS Development Libraries PWA

DB Library For Working With Data In Hybrid Apps & PWA’s

One of the difficulties with developing hybrid apps is passing data between views and persisting information between app sessions. Minimongo is an implementation of a MongoDB like database that can run within the browser. The database can be stored in memory, in IndexedDB (browser based storage), or persisted with SQLite using the Cordova plugin for […]

Categories
Cordova (Phonegap) Hybrid Apps iOS Development Libraries Open Source PWA

Capacitor – Native Functionality In PWA’s, iOS And Android With The Same Code

Developing native apps that work across the iOS and Android platforms is difficult enough by itself, and with PWA’s it can be even more challenging to account for the differences between each browser and platform. Capacitor is an open source library from the folks behind the Ionic framework that changes that providing a javascript framework […]