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

A couple of questions about the framework... #853

Closed
MejorCodigo opened this issue Sep 2, 2017 · 3 comments
Closed

A couple of questions about the framework... #853

MejorCodigo opened this issue Sep 2, 2017 · 3 comments

Comments

@MejorCodigo
Copy link

Hi, so I want to start with this framework, it looks really good.

However, I would like to know if it's possible to use cordova plugins? For example, the inappbrowser, geolocation, etc. I would also like to know how I would go about using the plugins and where are the cordova specific events located (onDeviceReady)?

Some plugins require to be initialized in the onDeviceReady event function and other, like for example the geolocation plugin, can be used across the whole app by running navigator.geolocation.getCurrentPosition(onSuccess, onError, { timeout: 5000 }); in the Javascript.

@ILABUTK
Copy link

ILABUTK commented Sep 2, 2017

geolocation is possible in this framework. You can use VueGoogleMaps etc.

@MejorCodigo
Copy link
Author

Can you use all other Cordova plugins?

@rstoenescu
Copy link
Member

All Cordova plugins are available.

Quasar.start(Function Callback) takes care of listening to ondeviceready event and then fires the callback.

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