- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2020 05:05 AM
restriction on taking a screenshot and copying the content from the mobile app
Solved! Go to Solution.
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2020 05:27 AM
Hi Priyadhaeshini,
Refer below thread for same requirement:
Restrict copy/paste
- glide.ui.m.clear_pasteboard_when_backgrounded: Clears the copy/paste clipboard when the ServiceNow app enters the background
- glide.ui.m.blur_ui_when_backgrounded: Forces the app to blur the screen when the app enters the background on iOS. This property prevents users from being able to take screenshots and also blurs the screen when in app switcher on Android.
Refer Docs link as well for more information:
Kindly mark it as helpful and correct, if applicable.
Thanks and Regards,
Vishakha Pradhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2020 05:27 AM
Hi Priyadhaeshini,
Refer below thread for same requirement:
Restrict copy/paste
- glide.ui.m.clear_pasteboard_when_backgrounded: Clears the copy/paste clipboard when the ServiceNow app enters the background
- glide.ui.m.blur_ui_when_backgrounded: Forces the app to blur the screen when the app enters the background on iOS. This property prevents users from being able to take screenshots and also blurs the screen when in app switcher on Android.
Refer Docs link as well for more information:
Kindly mark it as helpful and correct, if applicable.
Thanks and Regards,
Vishakha Pradhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2021 06:58 AM
hi, i am working on the now mobile app and these properties (glide.ui.m.clear_pasteboard_when_backgrounded, glide.ui.m.blur_ui_when_backgrounded) aren't working for me in our lower environments (setting them true makes no difference to screenshotting or copy/paste with an android phone) - could there be something else i need to check to make the properties effective ?