Open GoogleCodeExporter opened 8 years ago
Actually, the expected output is that the newly returned page will open in
Mobile Safari (rather than within the
webapp)
If you want to submit a form and stay within the same webapp you should do it
via Ajax.
Original comment by msgilli...@gmail.com
on 27 Dec 2009 at 7:35
see bug 210 for a fix
Original comment by jad.hon...@gmail.com
on 30 Dec 2009 at 6:06
Issue 210 has been merged into this issue.
Original comment by msgilli...@gmail.com
on 16 Jul 2010 at 5:48
Update: Issue #210 does not provide fix.
Original comment by msgilli...@gmail.com
on 22 Mar 2012 at 6:22
There seem to be at least two workarounds for this problem:
1) If possible, use an input[type="submit"] tag for your submit button.
2) If you are using a a[type="_submit"] tag for your submit button and can't
use workaround #1, add href="javascript:{};" to the a tag.
Original comment by msgilli...@gmail.com
on 22 Mar 2012 at 6:30
Original comment by msgilli...@gmail.com
on 22 Mar 2012 at 6:30
I think iUI and all iUI apps should migrate to using input[type=submit] rather
than a[type=submit] for form submission. I created Issue #332 for this
proposal and have written code to make the migration possible. That code also
seems to fix this issue.
Original comment by msgilli...@gmail.com
on 12 Apr 2012 at 7:32
Original issue reported on code.google.com by
ltlfr...@gmail.com
on 22 Dec 2009 at 11:56Attachments: