Earlier quoted context omitted.
If you want to install the phonegap app on your ios device for tests and later publish to the app store you still need a mac.
[deleted]
An HTML5 app turned native in 10 minutes with PhoneGap Build?
11–20 of 56 posts
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#12Addressing the jQM concern, this is why we built Ionic ( http://ionicframework.com/ ). It's still alpha and we have a ways to go, but the UI is more "native" centric and we have been improving animation performance over the last week, and on new iOS devices it's hard to tell the difference between simple native app and the hybrid one. Hopefully you'll find it a better solution for hybrid apps.
Open source projects live and die on their community, which springs from examples and documentation that people can learn from. I like the look of Ionic, especially if it was decoupled from Angular, but until it's possible to actually do something with it I (and I imagine many others) can't help out with it.
tl;dr Documentation is critical. Write some, don't just rely on your "doc generator".
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#13Actually, its free for anything that can be hosted publicly and open-source on a Git repository
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#14Earlier quoted context omitted.
[deleted]
After you added your app on itunesconnect you can upload the binary. You need "application loader" for that. I haven't found another way, but would be very pleased if there is one.
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#15Earlier quoted context omitted.
After you added your app on itunesconnect you can upload the binary. You need "application loader" for that. I haven't found another way, but would be very pleased if there is one.
Yup, sorry you are right. I've heard of people using a service like http://www.appstoreuploader.com but I haven't personally.
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#16Addressing the jQM concern, this is why we built Ionic ( http://ionicframework.com/ ). It's still alpha and we have a ways to go, but the UI is more "native" centric and we have been improving animation performance over the last week, and on new iOS devices it's hard to tell the difference between simple native app and the hybrid one. Hopefully you'll find it a better solution for hybrid apps.
I tried Ionic on Friday last week. The example code didn't work 'out of the box', and there isn't any documentation explaining how to use it. I tried with PhoneGap, with Cordova and running it in a browser both with and without Ripple. I got pretty much nowhere. Contrast that to trying jQM 1.4 RC1 and having a working example running on my phone in about half an hour with Phonegap. Open source projects live and die o…
The community has actually been more active than we expected, and the forum is seeing a lot of activity in the last week: http://forum.ionicframework.com/
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#17Addressing the jQM concern, this is why we built Ionic ( http://ionicframework.com/ ). It's still alpha and we have a ways to go, but the UI is more "native" centric and we have been improving animation performance over the last week, and on new iOS devices it's hard to tell the difference between simple native app and the hybrid one. Hopefully you'll find it a better solution for hybrid apps.
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#18Hey, one can dream, can't they?
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#19Now, this is pie-in-the-sky thinking, but I'd love to see something like Xamarin, that uses JS (for logic) and HTML/subset of CSS (for presentation) that builds cross-platform using native widgets. Hey, one can dream, can't they?
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#20But there is reports that Apple will not let you through since jQuery mobile animations perform too poorly, oups. If you read the first answer on the page he links to it sounds like the application was missing a lot of optimisation and was overall executed poorly.
JQM is beautiful if you really know how to use and know what you're doing.
We're deploying on 20 devices with only one code base and it works flawlessly, it's amazing. We only use native to patch holes or do things we can't do easily with html/css/js.