-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on Ionic 3 (problem with sqliteplugin) #1
Comments
Fixed it by adding it directly in my index.html
|
…ocol window.fetch set undefined to avoid use this api Closes #2
Hello, I am creating a App with this plugin by Ionic5, but even I installed all required additional 3 cordova plugins("cordova-plugin-device","cordova-plugin-file","cordova-sqlite-ext"), when I executed this at browser, there is a error like below: Error: cordova-sqlite-ext plugin not available. Please install the pluginand make sure this code is run after onDeviceReady event Do you have any hint to solve this? |
That plugin doesn't run on the browser. If you want to execute mapbox offline I recommend you to use custom:// tile load method modification on mapbox gl source code |
@lasterra To load a local mbtiles file directly is not ready on mapbox gl js yet. It still seems to be on the feature request like mapbox/mapbox-gl-js#4917 from mapbox gl js. |
Great work on the plugin! I have stil one problem... I can't get it to work with the sqliteplugin. I keep getting the error that de plugin is not found. I installed it through npm because it didn't work with cordova plugin add.
Do I have to do something else to get it to work?
The text was updated successfully, but these errors were encountered: