Start a new topic

SQLite cordova plugin inside AR world view.

I'm trying to use SQLite cordova plugin inside AR world view. I need to extract GPS points from my local database in order to charge them inside the AR World.


Inside AR world view the plugin window.sqlitePlugin.openDatabase({ name: ..... }); fails, outside, it works.


I know that Cordova and AR-View runs in different contexts, but how can I use or call this plugin to connect and extract those points inside the AR-View.


Any simple example or aproximation will be appreciated.

Login or Signup to post a comment