Skip to content
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

Closed
rklerck opened this issue Sep 20, 2017 · 4 comments
Closed

Not working on Ionic 3 (problem with sqliteplugin) #1

rklerck opened this issue Sep 20, 2017 · 4 comments

Comments

@rklerck
Copy link

rklerck commented Sep 20, 2017

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?

@rklerck
Copy link
Author

rklerck commented Sep 20, 2017

Fixed it by adding it directly in my index.html

<script src="SQLitePlugin.js"></script>

@rklerck rklerck closed this as completed Sep 20, 2017
michogar pushed a commit that referenced this issue Mar 30, 2019
…ocol

 window.fetch set undefined to avoid use this api

Closes #2
@JeongJun-Lee
Copy link

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?

@lasterra
Copy link

lasterra commented Apr 7, 2020

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

@JeongJun-Lee
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants