|
|
|
|
|
by yesimahuman
4371 days ago
|
|
It's a common misconception that phonegap and cordova don't have the same access to native APIs. They do, but they are limited by what plugins are available, and your ability or interest to build ones to fill the "gap." For example, I wrote a plugin recently to send low-level broadcast UDP packets on Android and iOS through Cordova. The plugin API is just a bridge and sets up a calling convention for Javascript-to-native code. |
|
Take a look at Ionic Framework if you think PhoneGap/Cordova can't provide a native look and feel.