Richard Vijgen

Results 2 comments of Richard Vijgen

same problem as described here: https://github.com/trevorpowell/mapbox-gl-js-cordova-offline-example/issues/1 adding `window.sqlitePlugin.openDatabase({ name:t.source+".mbtiles", location:2, createFromLocation:1, androidDatabaseImplementation: 2 })` solved it. Thanks

Hi Trevor, thank you for you suggestion, that sounds like a good idea, is there a specific function that I can look at to achieve such functionality? best, Richard >...