Replies: 1 comment 1 reply
-
Interesting, so the application opens the browser on user's device to do the transaction, then comes back to the payment page which was paused until payment was complete? |
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.
-
Our application uses an external payment provider to initiate payments.
The scenario I am trying to achieve is :
Once the application receives the payment redirect URL, the app will redirect the user to a browser. Once the transaction is complete, the payment page will attempt to reopen the the paused instance of the application by using a deep link e.g. testapp://testcomponet/onsuccess
Unfortunately there does not seem to be an easy way to do this for a windows application.
I am hoping for any help or to even know if this is possible with the current state of blazor maui as we may need to pivot to another tech stack that can support the mentioned scenario
The closet I have gotten is by adding the following override in App.xamal.cs, but there does not seem to be way to reach the correct razor page
Thanks in advanced
Beta Was this translation helpful? Give feedback.
All reactions