Mobile App Limitations

Mobile App Limitations

I have been trying to develop an app for an iPad kiosk. I keep getting hung up on things that work fine in a desktop browser, but not in the mobile app.

- Embedded Forms and Reports in HTML Pages show up as a button to the Page, not the Page itself. I tried to embed a Report and a Stateless Form with custom buttons. In a desktop browser it behaves as expected, I see both items on the same page. In the mobile browser I see two buttons, one to the Report, and the other to the Stateless form. Not at all what I wanted.

- Rich Text Box does not display HTML formatting. I am using a Rich Text Box to display some things to the user. The OnLoad script generates the HTML string. (I'm doing this in part due to work around the first problem.) In a desktop browser it displays fine. In the app none of the HTML tags are honored. I cannot format correctly.