iPhone fullscreen webapp without AJAX -


I am creating an iPhone webpad (currently using Jacquoq) This is a full screen app, you know People installed on a home screen without a safari chrome, if you tap a normal link (without any AJAX), the link opens in the Safari, pulls you out of the webpap.

Is there a way to create non-AJAX WebAds for the iPhone?

The problem is that AJAX is not always a viable solution, for example I want to implement OpenID for this particular webpad but this means that you are redirecting to an open-end provider. Which will link back to your URL ... but without any AJAX course ...

PS: I know that you can create "real" apps with phonegap (and others) and I even made the original app I'm also tired of paying € 70 / year to make free apps (this is for a hobby project, not a professional).

I think you can open an openID link in iframe. OAuth, Facebook Connect, etc., all can work like this.


Comments