I am trying to launch a XPage(web) mobile application from a email(Lotus traveller). When I use a simple HREF in email body (using stream and MIME), xpage(web) mobile application opens in a new window on ipad ( which I believe is expected from Ipad) and displays address bar. The same page when opened from homescreen does not display address bar. I have used following on my mobile page
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="width=device-width">
After going through same forum, I tried to launch xpage mobile application on same window of Lotus traveller using the tip of "location.assign"i.e "href="javascript:window.location.assign('http://ajgahsdgasdh.xsp?openpage')". Now the issue is javascript does not trigger from the email body when accessed from Lotus traveller, however same works when accessed from Lotus notes client.I even tried with a simple javascript alert using a button on email body and the result is same as above. Is this a known issue that lotus traveller will not support javascript? (please note that simple javascript alert is work on Xpage mobile application).Is Lotus traveller a native application, web application or hybrid?