SfBackdropPage Backdrop icons in UWP

Hi.
I'm wondering if there is a way to remove the open close dialogue on the backdrop menu icon in UWP.
It turns the open and close of the backdrop into a two step process and is not the same experience as in IOS or Android.
I'm assuming this is a windows feature but I would like to remove it.

Regards

Phil.


12 Replies

AS Anandraj Selvam Syncfusion Team May 7, 2020 01:40 PM UTC

Hi Phil, 
  
Greetings from the Syncfusion. 
  
We have checked the reported query and we want to know more details for the reported query like any pictorial representation or video to provide a better solution at the earliest. 
  
Regards, 
Anand Raj S. 



PA Phil Allcock May 9, 2020 04:52 PM UTC

Hi.
Thanks as usual for you quick reply.
I've included a video of the UWP desktop app.
When you launch the page the custom or standard icon is missing and the windows … more icon is the only one visible. When you click this the open close dialogues open lifting the title text.
When you expand the screen the backdrop icon appears and works great but the … is next to it all the time.
If you leave the page and come back the backdrop icon is missing and never comes back with screen sizing.
There is no consistency to when your icon appears but the windows more icon is always there.
I hope this and the video explains what's going on.

Regards
Phil.


Attachment: DesktopAppProblems_379a9bd6.rar


AS Anandraj Selvam Syncfusion Team May 11, 2020 08:51 AM UTC

Hi Phil, 
  
We have checked the reported query and it’s working fine in our side. Please have the sample for your reference. 
  
  
Could you please share the following details to check it further and provide a possible solution at earlier? 
  
·       Modifying the above-provided sample to replicate the issue 
  
·       If possible, can you please share the issue reproducing sample along with replication procedure. 
  
·       Windows version details. 
  
Regards, 
Anand Raj S. 



PA Phil Allcock May 12, 2020 03:02 PM UTC

Hi.
Finally found it.
Setting the <NavigationPage.TitleView> on the main menu page causes this issue.
I don't use it for the other pages only the main menu, so I can use an icon in the title.
I don't know if there's a way to remove/reset this on the launch of the backdrop pages?
Any help would be appreciated.

Regards

Phil.






AS Anandraj Selvam Syncfusion Team May 13, 2020 12:15 PM UTC

Hi Phil, 
  
We have checked the reported query and we would suggest you to customize the Header of SfBackdropPage instead of NavigationPage.TitleView using the below link: 
  
  
Regards, 
Anand Raj S. 



PA Phil Allcock May 13, 2020 01:11 PM UTC

I don't know if I've explained myself correctly. This has to do with the page that launches the backdrop page.

I've included your demo modified to shows the problem.

I hope you can help.


Attachment: SfBackDropPage_3acfe788.rar


AS Anandraj Selvam Syncfusion Team May 14, 2020 01:18 PM UTC

Hi phil, 
  
We have checked the reported query with the provided sample and we were able to reproduce the reported issue. Currently, we are validating the root cause for the reported issue and we will provide the complete details on May 18, 2020. 
  
We appreciate your patience until then. 
  
Regards, 
Anand Raj S.  



AS Anandraj Selvam Syncfusion Team May 18, 2020 12:45 PM UTC

Hi phil,  
  
We have checked the reported query and the reported issue seems to be in framework level and also found Xamarin query regarding this. Please follow the below link for further details 
  
  
  
Regards,  
Anand Raj S. 



PA Phil Allcock May 18, 2020 01:46 PM UTC

Hi.

Adding
<ResourceDictionary>
            <Style
                TargetType="uwp:FormsCommandBar">
                <Setter Property="IsOpen" Value="True" />
                <Setter Property="DefaultLabelPosition" Value="Right" />
                <Setter Property="OverflowButtonVisibility" Value="Collapsed"/>
            </Style>
        </ResourceDictionary>

to the UWP's App.xaml helps stop the menu text from dropping and looks better overall. Thanks for that.

However it does not stop Your Backdrop menu icon from disappearing when the page is resized or when you first launch the page.
It seems to remember the previous size that it was rendered at.
This icon does not disappear and works perfectly(As with your first demo) until you add the NavigationPage.TitleView in the menu page as detailed in my demo.

I've updated the demo with the UWP ResourceDictionary mods so you can see what it does.

Could you modify my demo to fix the backdrop page icon as this really is the main issue and I could do with some help on this.

Regards
Phil.



Attachment: SfBackDropPage_ff170364.rar


AS Anandraj Selvam Syncfusion Team May 19, 2020 10:04 AM UTC

Hi Phil, 
  
We have checked the reported query and you can resolve the reported issue by including the below code snippet in App.xaml.cs. 
  
Code Snippet: 
  
this.MainPage.On<Windows>().SetToolbarDynamicOverflowEnabled(false); 
  
  
Screenshot 
  
 
  
  
For more details you can refer the following link 
  
  
Please let us know if you need any further assistance. 
  
Regards, 
Anand Raj S. 



PA Phil Allcock May 19, 2020 03:17 PM UTC

That works great within my solution.
Thank you so much Anand for your help and support.
This is what makes Syncfusion great.
Keep up the good work.

Until next time.
Phil


HM Hemalatha Marikumar Syncfusion Team May 20, 2020 07:34 AM UTC

Hi Phil, 
 
Thanks for your appreciation and we are glad to hear that the reported problem resolves. 
 
Please let us know if you need any further assistance. Don’t hesitate to contact us 
 
Regards,
Hemalatha M. 


Loader.
Up arrow icon