Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You might find following solutions handy. I have tried to comment those I am more familiar with:</p> <ul> <li><a href="http://www.phonegap.com/" rel="noreferrer">PhoneGap</a> </li> <li><a href="http://www.sencha.com/products/touch/" rel="noreferrer">Sencha Touch</a> - Nice JS framework. Check out their demos.</li> <li><a href="http://rhomobile.com/" rel="noreferrer">Rhomobile</a></li> <li><a href="http://www.appcelerator.com/" rel="noreferrer">Appcelerator Titanium</a></li> <li><a href="http://jquerymobile.com/" rel="noreferrer">jQuery Mobile</a> - Version of <a href="http://jquery.com/" rel="noreferrer">jQuery</a> optimized for mobile devices.</li> <li><a href="http://www.jqtouch.com/" rel="noreferrer">jQTouch</a> - jQuery plugin for mobile development</li> <li><a href="http://www.crossmobs.com/" rel="noreferrer">CrossMobs</a> - Sdk for iOS and android development (no mac needed).</li> <li><a href="http://www.vsnomad.com/" rel="noreferrer">Nomad</a> - Visual Studio extension for cloud PhoneGap builds (no mac needed).</li> <li><a href="http://www.embarcadero.com/products/delphi" rel="noreferrer">Delphi XE4</a> - Delphi XE 4 (no mac needed, you can use macincloud)</li> </ul> <p>Hopefully you'll find an alternative fitting your purposes. It really depends on what you already know. For instance if you are already familiar with Ext JS using Sencha Touch seems like a no-brainer to me.</p> <p>To get an app to App Store it looks like the only solution (at least AFAIK) is to use PhoneGap for packaging your JS app. You will need XCode (mac) for this. Perhaps it's possible to use a virtualized version of OS X for this as well though I cannot guarantee this will work.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload