Reputation: 8916
I have developed a small JavaScript game and I'd like to extend it outside webbrowser, making desktop and mobile versions available. What is the best way to do so reutilizing existing JavaScript code?
Upvotes: 0
Views: 642
Reputation: 7636
My answer is to make use of Phonegap. See the PhoneGap documentation. It supports the mobile Platforms.
Upvotes: 1