Ben Potter
Ben Potter

Reputation: 875

making a php app a phonegap app

Is there a way of making this app: www.benjaminpotter.org/myarden which uses php, mysql, html, css, javascript and jquery into a phonegap app?

Otherwise how would you make this an ipad app?

Upvotes: 0

Views: 396

Answers (1)

Vitor Furlanetti
Vitor Furlanetti

Reputation: 451

As far as I know, phonegap can not run PHP, cause it needs a server, it can use only HTML and JS which runs on the client.

You could make an empty iPad app with a Web Container for this URL, or make the provided site an WebApp (specific meta tags for the iOS).

Upvotes: 3

Related Questions