0

Recently while integrating other applications or services into my application, I have seen the Providers are saying that Webview is not recommended and use Custom Tabs like that.

My questions are,

  1. What are all the disadvantages while we use Webview?
  2. Why CustomTabs is suggested instead of Webview?
4
  • in the link you attached. I see google talks very clearly about this issue. specifically here developer.chrome.com/docs/android/… Commented Aug 28, 2024 at 7:48
  • @Nguy?nM?nhC??ng In that link they have mentioned what are the advantages of using customtabs, But we can implement the same thing with Webview also right. Then why many people are saying webview is not recommended?
    – MSARKrish
    Commented Aug 28, 2024 at 8:05
  • 1
    if your using webview instead of CustomTab it can promote trust as the user can see the URL this is important when the integration is third party login. As the user can safely enter his credentials without worrying also if you use webview even if you use a legit website of not phishing you can intercept his credentials Commented Aug 28, 2024 at 8:09
  • @RenzSalanga Good point
    – MSARKrish
    Commented Aug 28, 2024 at 9:02

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.