For example, native applications like Instagram have their own interface to take photos. Does PhoneGap / Cordova allow you to construct a similar interface?
|
The cordova 'core' has a camera.getPicture function that allows you to access the camera (across all platforms, iOS, Android ...). However, the UI for this action is platform specific. In other words, the way your application uses the camera will look different on each platform. If you want to customise the camera experience you are going to have to write your own plugin. This involves writing a native implementation for each of the platforms you wish to cover, and also the JavaScript 'bindings' for your plugin. At this point you start to loose many of the key advantages of using Cordova! Perhaps consider alternatives like Xamarin. |
|||
|
|
|
Yes, you'd just have to build you own Camera plugin. |
|||||
|
|
As of my thoughts are. Yes but that would require that you changed the core of phonegap. |
|||
|
|