Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android tablet - Tabbing through input fields not does not work in forms within iframe

I built an HTML page with a form on it, and I'm embedding that page in an iframe. When navigating to the form page (without viewing through the iframe) on a Motorola Xoom, tabbing though the input fields works as it should. When viewing the page with the iframe on it, tabbing through the form does not work any more. Any thoughts? Insights?

like image 950
Robert Pessagno Avatar asked Nov 20 '25 18:11

Robert Pessagno


1 Answers

This is probably a browser problem. From the way I understand it, browsers receive the HTML page and skim it for form fields. This is why you can tab through fields. But the browser probably does not skim iframes for form fields.

As for solving the problem, you could try to eliminate the iframe entirely, and simply embed the form in the page (if you use PHP, you could use the include function).

Hope this helps.

like image 79
Ramsay Smith Avatar answered Nov 23 '25 07:11

Ramsay Smith



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!