android : open chrome custom tab from fragment

前端 未结 3 1163
遥遥无期
遥遥无期 2020-12-09 06:25

I have one Activity MainActivity. It contains a ViewPager hosting a fragment FragmentPlaceHolder. This fragment has a RecyclerVi

3条回答
  •  死守一世寂寞
    2020-12-09 06:48

    add next string to tour code before WebSettings webSettings

    webView.setWebViewClient(new WebViewClient());
    

提交回复
热议问题