On 20/02/2010, at 05:49, Brian wrote:

> I'm creating an iphone webapp that is 100% AJAX so that it can run
> properly when saved to the home screen and ran without the safari
> chrome.
> 
> The problem I am having is that since the button that submits the form
> is getting the values via javascript and submitting them via AJAX
> safari is not picking up on the submit and thus is not asking to save
> the login and password to mobile safari's keychain. I would like my
> app to be able to support this handy feature of mobile safari and was
> wondering if there was a way to do it while still using AJAX so that
> the page never reloads.

I've had that problem too, and I think that unless the form is submitted, 
Safari won't save anything. IOW, don't use XHRs for that, just submit the form 
to an iFrame instead (target=iFrame).
-- 
Jorge.

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to