-
I never thought I’d ever see a non native app working so smoothly. Get your Android / iPhone and install Sworkit app on it. Here are some pictures from the App: The interface runs very smoothly and looks amazing. Did you know that this app is running under Cordova (like...
-
Because you’re going to need them… So working with the InAppBrowser is a good way of getting external web content inside your app without too many issues, simply write the following code: 1 2 3 4 ref = window.open('http://www.google.com', '_self', 'location=no'); ref.addEventListener('loadstop', function() { //Page loaded! some code here.. });...
-
If you're making Web Mobile Apps (based on PhoneGap, or Titanium if you insist), you have to get a Mac for deploying on an iPhone/iPad. Some of us not only don't have a Mac in the house, but also don't plan to ever use one for anything other than deploying...
-
I've had the pleasure of working with Phonegap for the past few weeks. Interestingly enough, a few months ago I've had the chance to develop with Titanium. It was an already existing application, so I didn't have much say in how it was structured, but I have to say, I...
-
For the past few weeks, I've been working with Phonegap to develop an Android App. After coding relentlessly for the past 24 hours (not to mention quite a few weeks before), I'm happy to say I'm satisfied enough with the App to release it into Google Play (use to be...