I have created Native mobile App by following -
http://docs.sencha.com/cmd/6.x/cordova_phonegap.html
I want to access resources of device like camera, GPS etc. in my application.
In Sencha Touch, there is package Ext.device.*
for such activities.
So how to access such resources using ExtJS 6 Modern Toolkit?
Please provide the guideline and examples for the same.