Can I inject Javascript code into Chrome Custom Tabs

后端 未结 4 905
既然无缘
既然无缘 2021-01-07 19:05

In my app, I am currently using a web view to display some content. Then, I use Javascript injection to quickly fill out the form for the user.

The only issue is, W

4条回答
  •  旧时难觅i
    2021-01-07 19:49

    No; that would be a critical security hole.

    Since custom tabs use cookies, settings, and password managers from the user's real Chrome instance, you cannot control them at all.

提交回复
热议问题