iphone-web-app

iui transition moving in wrong direction

i am using iUI to build a native looking web app for iDevices. whenever i click a link with an href of #something that leads to another div on my page, the transition effect moves (correctly) as if the page were sliding in from the right like it does on any other iDevice app. a portion of my app requires an indefinite number of sub pag...

iPhone OS4 orientation problem

Since I've upgraded my iPhone to OS4 I noticed a buggy behavior in my web-app: When rotating to landscape and then back to portrait the view remains with the landscape zoom, causing only part of the page to be visible. The problem appears only when viewing the application in full-screen mode. Try adding the sample web-app I made from t...

iPhone HTTPS works as webpage, fails as web-app

I configured my web server to use HTTPS instead of HTTP. I used openssl to generate an X509 certificate and private key. When I connect using FireFox it warns me of an "Untrusted Connection" and allows me to add an exception to continue. When I connect using my iPhone's Safari web browser it does the same thing. I hit accept to the secur...

iPhone Web App splash screen delay

I've built an iPhone web app and have done all the steps to make it look like a native app: app icon, prevent scrolling, prevent selection, use touch-based js methods, etc. However, I'm having a tough time with the splash screen. I have tried a 320x460 PNG and JPEG, cached with a manifest file. The splash image does appear, but only aft...

Access email client from a web app for iPhone/Blackberry

Can we access the native email client from an iPhone web app, or a BlackBerry web app? ...

How can I create an offline iphone web app?

Hello, I have a mobile web application for my iPhone. My application is in general dynamic so all the files I am using are in php. How can I make this web app working offline? Can I still use the and include the index.php file there? Or there is another way for dynamic pages? Thanks in advance ...

How can I cache my dynamic iPhone webapp for working offline?

Hello, I am having an iPhone web app written in PHP and using the WebApp.Net framework. I would like to make this application work offline as well. As I understood I can not use the manifest tag of HTML5 because my files are PHP and not html. Or at least it didn't work with it and I don't know if I am in the right direction. Does anyon...