How can I write an iPhone app entirely in JavaScript without making it just a web app?
Posted
by Jeff
on Stack Overflow
See other posts from Stack Overflow
or by Jeff
Published on 2008-09-15T16:27:33Z
Indexed on
2010/04/05
18:13 UTC
Read the original article
Hit count: 197
I don't want to take the time to learn Obj-C. I've spent 7+ years doing web application programming. Shouldn't there be a way to use the WebView and just write the whole app in javascript, pulling the files right from the resources of the project?
© Stack Overflow or respective owner