Reputation: 27
How can I disable the PopUp behavior in my App, that makes the PopUp disappear when the homebutton is touched. Specifically I am using an IPad Air as a Device and when I only touch the Homebuttonbar on the Bottom, the PopUp closes. I need this to stop as I want the PopUp only to close when the Ok button is pressed and the user has made a choice… Thanks
I kinda tried to solve the problem by repepushing the PopUp if it is not closed by the OK Button. But I would like to disable the pop behavior in the first place...
Check the video please to understand the problem, please.
Upvotes: 0
Views: 330
Reputation: 1686
I tried it with iPad Air and iPad Air 2 simulator. When the PopUp page pops up, click the Home button below, and then go back to the App. The result is that the PopUp page is still there. So I'm not sure if your other code is causing this problem.
Please check the version of the plugin you are using and update it to the latest version if available.
There is an override method(OnResume) in App.cs where you can repop.
Upvotes: 0