Redirecting to Web URL from mobile app through Xamarin.Forms.Essential
I'm currently facing an issue with the mobile application. While clicking the "sign-up" button on our mobile app, usually it will redirect the user to the sign-up page via browser. But what happens now is that, when the sign-up button is clicked, the browser opens as usual but instead of loading the sign-up page, "login" page gets loaded on the browser. What is to be noted here is that the URL when redirected by the application is for the sign-up page. Whereas in-between, it automatically changes to the URL of the login page. I've checked the code thoroughly and it clearly has the URL of the sign-up page.
Angular is used for Web application.