InterviewSolution
Saved Bookmarks
| 1. |
Is it possible to access mobile phone native functionality, for example, a camera, in Ionic apps? |
|
Answer» Ionic does not OFFER camera API out of the box. But since Ionic uses plugins ARCHITECTURE, you can use Cordova plugins in your applications. Ionic offers a set of Cordova EXTENSIONS that come with Angular wrappers. You can find them at ngCordova. |
|