Are you using HTML Workspace to launch? http://localhost:8080/lc/libs/ws/index.html
Make sure your render process configuration is set to HTML in WorkBench.

I’ve had success with Android and not iOS (iphone/ipad). When rendered form loads on ipad/iphone half of the form gets cut off and you don’t see the save/submit buttons. I have submitted a trouble ticket with Adobe’s Sr Product Consultant (tier one level) and they have replicated the same problem. As of last week (12/10/2014), the ticket has been escalated to Adobe’s LiveCycle engineers for investigation.
Sorry I couldn’t provide you with better news but I can keep you posted.
Ray Hernandez
--
You received this message because you are subscribed to the Google Groups "Adobe LiveCycle Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
livecycle+...@googlegroups.com.
To post to this group, send email to
live...@googlegroups.com.
Visit this group at http://groups.google.com/group/livecycle.
For more options, visit https://groups.google.com/d/optout.
I've had the same problem. I heard that adobe has not put support for xfa forms in the mobile versions of Reader. Some sort of html rendering seems to be the only option.
Duane
Does your solution take adobe form designed using designer and convert it into mobile form; or is the form developed from scratch using alternative methods??please clarify
I also noticed that forms designed in acrobat open up in iPad or android mobile but the JavaScript in the form doesn't work....Any thoughts on this?
Regards,
Nav.
<image002.jpg>
--Angie Okamoto
<image002.jpg>
Rob McDougall | Senior Technical Architect | 4Point | www.4Point.com
Hi Duane,
As one of the people involved in designing XFA, I’m afraid I have to take issue with some of the points in your reply (and in stating what XFA was or wasn’t designed for). You lump XFA and PDF together in your first paragraph and then spend the rest of your reply talking about the shortcomings of PDF when the two are not, strictly speaking, synonymous.
XFA was designed from the get-go to allow a form to be presented on a range of devices with a range of capabilities. Please don’t confuse the way people typically use XFA with what XFA is capable of. Using XFA you can design forms for mobile that are responsive to the target device. It is just more work to build a responsive XFA form (just as it is more work to build a responsive HTML page).
XFA was designed to be a domain specific language for defining forms. It is designed so that you can build a form once and present it in a variety of technologies (including PDF, Postscript, PCL, HTML, and so on). If you build a static form, it will be static on all devices. If you build a responsive form, it will be responsive (within the limits of the device/presentation medium).
XFA does lack touch events. This is a shortcoming for forms on mobile devices. Until recently everyone, including the browser makers, expected that it would be possible to unify the touch and mouse event processing. After many attempts, however, people seem to be giving up and accepting that the two are different enough that a unified model isn’t possible. I hope that this means that XFA will one day soon have touch events added.
Most of the rest of your reply talks about the shortcomings of static PDFs on a mobile device. That is fair enough. Adobe recognizes those shortcomings. That is why the option of generating HTML5 mobile forms was developed. I believe that approach falls under choice #1 (“express the form in HTML5 - OK, but has hiccups”). I’m not sure what hiccups you’re referring to. We have successfully developed mobile solutions based on this approach with multiple customers (and more coming).
I wish you the best on your “better solution”, but you’re really selling futures here. Unreleased software always compares well against established approaches. I hope that a year from now we’ll be comparing two sets of released software and a more meaningful dialog can ensue.