I'm creating an app wrapping my website with Xamarin.forms. I want to implement login page on my mobile app that will by pass the login on the website using webview.postURL. Does postURL works for both iOS and android ? or android only? If it only works on android is there a way to do it for both platform?
I'm new to xamarin and c#, example codes or a github link would help me a lot.