SANDEEP
SANDEEP

Reputation: 1082

read return URL response after post back in xamarin froms webview

I have implement Billdesk Payment gateway in Webview using Xamarin forms.and its working fine and open the payment gateway for payment but after the payment its returning a webpage with response success or fail which is also from Billdesk server.i want to read this response from this return url page in my xamarin forms webview.can any one reply me for this issue.

Upvotes: 1

Views: 924

Answers (1)

c04x
c04x

Reputation: 31

You could possibly bind the html to a HtmlWebViewSource in VM and check if html field is changed, or even further set the html field to another field in VM so you could get access to it. Then in setter, check for response you need.

Upvotes: 1

Related Questions