in reply to Phonegap with ajax and Perl backend
" I have a website created with Perl (and MySQL) and Ajax and would like to convert it to an app that can be downloaded on an Android phone or Iphone"
I have not used phonegap, are you sure it can do this? I doubt it very much. Most of these things I've seen create a UI (HTML/CSS/JS) within a wrapper and expose things like GPS, accelerometers etc via HTML5. Think about what you're trying to do. The "server" does not get downloaded onto the phone. Also, WFIW, I've reversed a couple of "apps" created using similar systems distributed by my employer. I was wondering why a 4 page "app" (one pointless splash screen, one legally unenforceable 'licence' page, a help page and one stupid graph) was over 40MB in size. Bloatware combined with binary runtimes for various targets, all bundled up in a .apk file. If you have this running on a web server, why bother having an app at all? Why not just have a web interface with a nice UI?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Phonegap with ajax and Perl backend
by Anonymous Monk on May 11, 2017 at 15:38 UTC | |
by marto (Cardinal) on May 11, 2017 at 16:01 UTC | |
by Anonymous Monk on May 12, 2017 at 01:46 UTC | |
by RonW (Parson) on May 16, 2017 at 19:43 UTC |