Replies: 1 comment 1 reply
-
Idc push/pop, I am only applying general programming methods here : Have memory be accessable from blazor, write to the memory in MAUI, you can use unmanaged memory and native pointer and even COMs to do it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a .NET Maui Blazor application, I am trying to do communication from my .NET Maui page to my Blazor page.
I am getting coordinates in my Maui page and sending it to a database local Sqlite database, but when I close the Maui page I want a method to be invoked on the .razor page.
This method will then find a value in the table on the Sqlite database and then display it on the .razor page.
The only way I was able to return a object was when I used popup. But the issue with popup is you cannot fill the screen and then the map display is very small.
Is there any way you can implement a Push/Pop method that can return a object back to the .razor page? Or can we let a .NET Maui page that pops invokes a method on the screen.
If there is such a method can you please share the method with examples :-)
Hope my request is clear.
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions