JScriptTouch is an SDK which allows developers quickly create full featured applications for iPhone platform using javascript.
Be the first to post a text review of JScriptTouch. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Sound support added PlayFile("resource.mp3") - plays specified file<br> PausePlaying() - pauses current sound<br> StopPlaying() - stops current sound<br>
The project file in SVN repository was not committed for a while and new features was not working, but now everything is ok
Sound support added: PlayFile(&quot;resource.mp3&quot;) - plays specified file PausePlaying() - pauses current sound StopPlaying() - stops current sound
Sample Code: var navController = new NavigationController(); navController.setTitle(&quot;Title&quot;); navController.addNavigationItem(&quot;About&quot;, &quot;AboutClicked()&quot;); navController.show();
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?