webview opens default browser, I don't know where to put code
问题 So, I've been Googleing around for 4 hours now :( and i cant get the website to only stay opened in the app. After you type in the username and password upon clicking log in the page opens in the default browser. What I learned is, I should use: shouldOverrideUrlLoading() but I don't know where place it and how to use it to. This is my MainActivity.java , where or what do I put in there to stop it from opening in the default browser.(ignore the * ) package com.example.***.*******c; import