Saturday, February 23, 2013

iPhone/iPod/iPad Development on Windows/Linux - Executing MobileTerminal Commands with JavaScript

Alright, so if you have not yet watched or read the previous video/post then you really need to understand and watch it first.

In this "continued" discovery of creating apps for iPhone/iPod/iPad with SRH Script on Windows/Linux I will quickly go through how to execute native commands of iOS using JavaScript. It is basically done by the same way you would have a JavaScript script execute on the web. You create the <script> tag and make its functions and stuff and have it executed by an action...

We do the same thing, except when we are executing an action, we use button (for this tutorial).

**If you do not have knowledge of JavaScript, it is easy to learn and you should probably be watching some tutorials.**

This video will do the rest of the job explaining as it gives you more info and shows you a demo of the commands being executed.

Empty Template (Nothing modified) - http://adf.ly/9G2ac
Modified Template (Used in video) - https://www.dropbox.com/s/xkx1oeej0c1xvr7/Deb.zip
*Dropbox link contains a debian file (you can install it) and it has a folder that contains all the files.*


No comments:

Post a Comment