cancel
Showing results for 
Search instead for 
Did you mean: 

Call a native APP from a UI5 web application ( on a mobile device )

stephane_devisch
Discoverer
0 Kudos
185

On my mobile device, I would like to start another app ( native app ) from my ui5 web application.

Is that possible ?

Thank you,

Stephane.

Accepted Solutions (0)

Answers (2)

Answers (2)

WouterLemaire
Active Contributor
mariusobert
Developer Advocate
Developer Advocate
0 Kudos

A simple way to archive this could be to open another URL for which you know that a native app has an intent that is triggered by that URL pattern.

I've done something similar in the SAP4Kids project to open Google Maps. But this approach might not be possible for all native apps.