Reputation: 11
I have the same issue as listed below.
How do I open a document in XPages mobile controls from a URL?
My application notifies users about pending review using an embedded URL link in an email. The requirement is to open the document in mobile controls (SinglePage/App Page). As of now I get a grey page on ipad when the link is clicked from the email.
Upvotes: 1
Views: 143
Reputation: 1382
If you have built a mobile page you want to use a mobile prefix.
Go into application configuration>XSP properties Change the option to use the mobile theme for pages that start "m_" and make sure your mobile page starts with the prefix.
Upvotes: 1