I have a problem with LaunchTarget.Replace...
It's used on my HomeScreen's OnVisible property - there's a condition on it to launch only if a variable is filled so that I can reload the app and clear that variable and the URL (this is on the back of a deep link that contains an itemID that I want to clear off the URL if the user goes back to homepage) and after it I've got Exit().
This works perfect for what I need EXCEPT that it pulls up this warning message - I need the users to choose 'Leave' in order to reload the app properly but I know, logically, most people will choose 'Cancel' because they will be able to see the homescreen under the message and not want to "leave".
Any ideas how I can get rid of this message and just auto load the app again?
