cancel
Showing results for 
Search instead for 
Did you mean: 

Notify Fiori App about returning from native iOS App

former_member88235
Participant
0 Kudos
241

Hello community,

hopefully somebody has picked up some experience with the following topic and can give some insights:

From a Fiori App, running inside the Fiori Launchpad on an iPad, I call a custom URL Scheme to start an external native app. That works as expected.

After the task is done in the native app I want to return to the app in the Fiori Launchpad. I can do this by tapping the smal < SAP Fiori link top left. After tapping that link I return to the App inside the Launchpad.

What I now want to know is if there is some kind of notification about that point of return. Is there any kind of reactivation event I can listen to? Or some kind of EventBus channel I could subscribe to?

Thanks for helping out

View Entire Topic
Former Member
0 Kudos

Are you doing this with a custom shell?

If so, can you add a route matched event or use the page visibility API:

https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API