3 questions I have!?
-
Hi I’m new and I whant to start to build a app with this framework
But I need to know if I can to do what I need for my app:
And if someone can send me example for what I need and how I do that:- Rtl support for a Hebrew app
- Get the contacts from the user from the phone
- Use the gps and the camera of the phone
Many thank
I love vue!! -
Hi! We have full RTL support so for the first one: yes
Questions 2 and 3 do not actually depend on quasar but cordova, and cordova plugins. Anything you can do in cordova you can do with quasar. I believe one of our users mentioned using the camera for a barcode scanner app, can’t remember someone accessing the contacts but I’m sure it can be done
-
@benoitranque many thanks
U have maybe a good tutorial for the framework and Cordova plugin ? -
@haizone said in 3 questions I have!?:
@benoitranque many thanks
U have maybe a good tutorial for the framework and Cordova plugin ?I would start here: http://quasar-framework.org/guide/cordova-introduction.html
The docs are good and work they have a page that goes over Cordova plugins as well. This is just going to get your app setup to work with Cordova though. From there you’ll need to do some research on cordova probably starting on it’s site: https://cordova.apache.org/
-
Thanks alot
-
@haizone You can try using this plugin for accessing contacts
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-contacts/