Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have an asp.net MVC application that runs perfectly fine on all modern browsers i.e. FF, Chrome, IE, Safari etc.

I have created an Android application using Android Studio that load the above application in a webview. The MVC application uses RedirectToAction() and RedirectToView() functionalities. The problem with Android webview is that RedirectToAction() is not getting called while RedirectToView() is called.

The MVC application is not almost completed, so it is not possible at this stage to replace all RedirectToAction() with RedirectToView(). Is there any option or alternative in Android application that can render the web page properly.

Thanks for sharing your time.
Posted
Updated 5-Nov-15 23:32pm
v5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900