Is Android + PhoneGap/Cordova always a headache? -
i've been developing mobile app both ios , android. due time/budget constraints, selected phonegap/cordova mobile app framework write once , deploy both platforms.
this plan has worked fine ios, we're finding android's browser/engine kind-of piece of garbage (to put nicely). every time add new feature, find 1 more thing android browser doesn't support, or partially supports, or supports randomly fail time time, etc. once code around android issues , things working smoothly, test on multiple devices/versions, , deploy new app android market, start getting emails , reports customers can't app work on device. have them uninstall/reinstall, reboot phone clear memory, etc., , device still consistently fails (and "fail", mean typically freezes and/or won't respond touch input - doesn't crash, or anything). app works fine people, there still quite few devices inexplicably fail.
i don't mean rant, i'm trying analyze whether android+phonegap path correct path us. specifically, i'd find out following:
- are there people out there having success android+phonegap app? or android+phonegap going problem on devices?
- am have more luck native android app (i've never attempted one)? or multiple devices/versions problem on android, native app?
1) yes. there are apps based on phonegap , works in devices.
2) depends on features of android going use. few versions not support features that's available new version.
btw, minimum required version have selected app? assume developing app android base version.
when creating new android project, have set minimum required platform version. if set higher , use app in lower version not support feature, results going different.
Comments
Post a Comment