bitfoundation / bitplatform

Build all of your apps using what you already know and love ❤️
https://bitplatform.dev
MIT License
1.04k stars 216 forks source link

Browser back button event #6780

Closed pratiksha-94 closed 4 months ago

pratiksha-94 commented 5 months ago

Is there an existing issue for this?

Describe the bug

How can I get browser back button pressed event in maui blazor app?

Expected Behavior

No response

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

8

Anything else?

No response

ysmoradi commented 5 months ago

Have you tried overriding OnBackButtonPressed in MainPage.xaml.cs? It's not directly related to bitplatform, but let me know about the results anyway.

pratiksha-94 commented 4 months ago

No, not getting any event in backbuttonpressed but may be its related to any javascript evnt emitted by browser. Any help in this regard appreciated.

ysmoradi commented 4 months ago

So try that! That's an event you're looking for (":

pratiksha-94 commented 4 months ago

Thank You...