Is there a way to get iOS device using ionic (i.e. iPhone4 or iPhone5) ?
Any help would be highly appreciated.
Is there a way to get iOS device using ionic (i.e. iPhone4 or iPhone5) ?
Any help would be highly appreciated.
use the device plugin : https://github.com/apache/cordova-plugin-device/blob/master/doc/index.md#devicemodel
Or you could use the ngCordova wrapper for the device plugin for a more Angular approach.