So i know there are other posts addressing the same issue, and I think I\'ve followed them to the letter but alas to no avail. I\'m trying to learn how to get my app to int
Try enabling javascript on your webview :
mWebview.getSettings().setJavaScriptEnabled(true);