So in my application, I use a webview to show some web content, I used a webview with the loadURL() function, however, the web page gets opened at another window, I want to show the web page withing the activity, along the other views and components of the activity
Update: SOLVED, refer to this post: Opening webview not in new browser