On Sep 30, 3:52 am, Sean Gilligan <[email protected]> wrote: > charles h wrote: > > I tried to put the form in a random page (outside the header) to see > > if it works, but apparently not, it has the same behavior. It still go > > out of iUI. > > There are some known bugs with forms on iUI - you must be hitting one of > them. Here's some things to check: > > 1) What are you doing differently than the samples? (get vs. post, > check capitalization, etc.) > 2) Check recent posts on this list > 3) See the issues DB, including: > http://code.google.com/p/iui/issues/detail?id=136 > http://code.google.com/p/iui/issues/detail?id=161 > http://code.google.com/p/iui/issues/detail?id=177 > > Fixing form issues is a major focus of the forthcoming 0.40 release. >
On Sep 30, 3:52 am, Sean Gilligan <[email protected]> wrote: > charles h wrote: > > I tried to put the form in a random page (outside the header) to see > > if it works, but apparently not, it has the same behavior. It still go > > out of iUI. > > There are some known bugs with forms on iUI - you must be hitting one of > them. Here's some things to check: > > 1) What are you doing differently than the samples? (get vs. post, > check capitalization, etc.) > 2) Check recent posts on this list > 3) See the issues DB, including: > http://code.google.com/p/iui/issues/detail?id=136 > http://code.google.com/p/iui/issues/detail?id=161 > http://code.google.com/p/iui/issues/detail?id=177 > > Fixing form issues is a major focus of the forthcoming 0.40 release. > Thanks for the links. The only different thing is that I validate the form by the "Search" button of the iPhone keyboard, not by clicking a submit link (I think that's the issue), so the javascript listener for the "click" doesn't work. I tried to add this in the form: onsubmit="javscript:submitForm(this);" But that didn't worked. -- Charles --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
