Can I inject some text in chrome custom tab, other than title bar? Say in signup page, can I fill data by injecting data from the app?
Also, can I read data present in custom tab from my app?
Asked
Active
Viewed 463 times
0

Shubham Gupta
- 43
- 1
- 7
-
Do you own both the app and the web content? – andreban Dec 19 '17 at 08:25
-
No, I only own app. – Shubham Gupta Dec 19 '17 at 09:19
-
I have same question, however I do own both my app and my webapp. How does it make a difference ? – Diego Aug 27 '18 at 14:43
-
If you own the web content, you can make it respond to data sent by the app through URL parameters, then use the data to fill out the form. – Raymond Apr 22 '19 at 03:52
-
Possible duplicate of [Can I inject Javascript code into Chrome Custom Tabs](https://stackoverflow.com/questions/34732496/can-i-inject-javascript-code-into-chrome-custom-tabs) – Raymond Apr 22 '19 at 03:52