0

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.

manishak
  • 21
  • 4

2 Answers2

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