This is a migrated thread and some comments may be shown as answers.

RadPopup works on Android, not iOS

2 Answers 118 Views
Popup
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 05 Jun 2019, 04:58 PM

I have a Forms app using RadPopup

var preview = new RadPopup();
             
preview.IsModal = true;
preview.Placement = PlacementMode.Center;
preview.PlacementTarget = overlay;
 
var containerGrid = new Grid { Padding = 10 };
// populate grid here
 
preview.Content = containerGrid;
 
preview.IsOpen = true;

 

this works great on Android.  On iOS nothing happens.  The popup does not display, and I don't see any errors, exceptions or console messages.

Any suggestions on what might be wrong, or how I can go about debugging this?

Telerik 2019.1.318.1

XF 3.6.0.344457

iOS 12.2

 

2 Answers, 1 is accepted

Sort by
0
Jason
Top achievements
Rank 1
answered on 05 Jun 2019, 05:46 PM
as soon as I posted this I managed to get it working by making changes to another overlay that was being used on that page
0
Didi
Telerik team
answered on 06 Jun 2019, 10:11 AM
Hi Jason,

I am glad to hear you have managed to solve the issue. Let me know if you have any additional questions or concerns regarding the RadPopup control.

Regards,
Didi
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Popup
Asked by
Jason
Top achievements
Rank 1
Answers by
Jason
Top achievements
Rank 1
Didi
Telerik team
Share this question
or