cancel
Showing results for 
Search instead for 
Did you mean: 

Launch Safari in Mobile BI app, not built-in browser

Former Member
0 Kudos

Hi,

We have a business use case for a Design Studio application where the users need to open a document, e.g. PDF, stored on the corporate intranet built in MS Sharepoint. When a user clicks on row in a crosstab, this script is executed (URL is just an example):

      APPLICATION.openNewWindow("http://intranetURL.net/page/page/document.PDF")

This works fine in BI Launch Pad on desktop, and a new tab of Internet Explorer opens with the document. However, when users run the applicatoin on an iPad from SAP BI app, an  they get the error "The operation couldn't be completed. (NSURLErrorDomain error - 1012.).

For some reason, the built-in browser in SAP BI app cannot recognize and open the corporate intranet URL, but easily opens any other world-wide-web URL, e.g. http://www.google.com

Does anyone know how you can launch Safari on iPad from a DS application instead of using the in-app browser? Opening intranet pages from Safari directly works after the users enters his/her Windows AD credentials in a prompt box.

Any help will be much appreciated!

Accepted Solutions (1)

Accepted Solutions (1)

ashutosh_rastogi
Active Contributor
0 Kudos

Hi Arseny,

If you would like to open the target URL outside mobile BI App. Can you try creating a Hyperlink document with the target URL. And then add a open document link in design studio app to the hyperlink document, with target=\"_blank\".

Regards,

Ashutosh

Former Member
0 Kudos

Hi Ashutosh,

Thanks for your input. I have tried the approach you are suggesting, but it resulted in the same error. However, the issue was solved by adding "?SAPBI_target=_blank" at the end of the original URL.

Answers (0)