Answer the question
In order to leave comments, you need to log in
Why does this open inside the app and not in the browser?
Hello. There is such a tricky code
if ((_url.startsWith("https://vk.com/")) || (_url.startsWith("https://www.facebook.com/"))){
webview2.stopLoading();
intent1.setData(Uri.parse(_url));
intent1.setAction(Intent.ACTION_VIEW);
startActivity(intent1);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question