Unplanned
Last Updated: 21 Dec 2022 14:16 by Giampaolo
Sean
Created on: 31 Jan 2022 10:33
Category: Popup
Type: Bug Report
2
Popup: [iOS] not visible on shell page with a modal PresentationMode
When a popup is attached to a content page with a PresentationMode of modal the popup does not show when binding changes on iOS.  It does work on Android.
13 comments
Giampaolo
Posted on: 21 Dec 2022 14:16

No

Only here

But how is it possible 1 year to solve this issue ??

 

Sagar
Posted on: 21 Dec 2022 14:00
Have you put the same issue on Github?
If yes can you share the link
Sagar
Posted on: 21 Dec 2022 14:00
Yes, This must be resolved on priority
Giampaolo
Posted on: 21 Dec 2022 13:58
But how is it possible ? 1 year to solve this issue ??
Sagar
Posted on: 21 Dec 2022 13:45
I have found that this issue only arise when we set flyout item visibility to false.
Sagar
Posted on: 21 Dec 2022 13:41
Yes, still no work around available
ADMIN
Didi
Posted on: 21 Dec 2022 08:06

Hello Giampaolo, 

I have tried with a timer and it wasn't working on my side. I am glad to hear this approach was of help.

Regarding the item status, there isn't an update.

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Giampaolo
Posted on: 20 Dec 2022 21:46

Any news ?? I've solved with a timer

Device.StartTimer(TimeSpan.FromMilliseconds(900),
                () =>
                {
                    popupPassword.IsOpen = true;
                    return false;
                });
Sagar
Posted on: 17 Nov 2022 13:54
I have found the solution and working for me

Xamarin.Forms version 5.0.0.1875 working
ADMIN
Didi
Posted on: 17 Nov 2022 06:09

Hi Sagar,

I have tried different approaches, still couldn't find a workaround for this behavior. The status of the bug report is "Unplanned". The status will be changed when there is an update.

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Sagar
Posted on: 16 Nov 2022 14:28

Have you used any work around for this?

 

Sean
Posted on: 16 Nov 2022 13:42
Still no resolution yet.
Sagar
Posted on: 16 Nov 2022 13:30
Any solution you get?