I am using chrome custom tab to display data in one screen. But data is sensitive and need to protect it by disabling screen capture functionality of devices. It would be great help if any one could explain me how can I achieve this requirement for custom chrome tabs. Thanks in advance.
Asked
Active
Viewed 406 times
0
-
1You do not have much control over CCT as it is a part of Chrome, a third-party app. – Darshan Jul 06 '22 at 05:33
2 Answers
1
It's not currently possible. The reason is that the Custom Tab runs in the browser process, not the host app process.

andreban
- 4,621
- 1
- 20
- 49
0
Screenshots are disabled by default, but only when launching the tab in incognito mode.
Chrome must have been built with allow_incognito_custom_tabs_from_third_party
.

Martin Zeitler
- 1
- 19
- 155
- 216