I have written all my models, controllers and views in web2py. Now I am refactoring my various apps as services. So the controllers will expose the model as JSON and handle any input JSON; and my AngularJS app consumes the service.
This leaves me without form generation+manipulation and without authentication (hacky solutions do exist though). For PhoneGap, do I really have to rewrite my views in e.g.: AngularJS? Thanks for all suggestions, Alec Taylor PS: One solution is <iframe>, but I found that to be very slow and lacking history and [most] storage related features. Another solution would be to write some JavaScript to grab the initial homepage; and let web2py take over from there, however I doubt that'll work nicely. PPS: Perhaps a script to generate the relevant web2py view components as HTML+JS could be arranged? --