Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I just set a button to copy in the clipboard a text element with the following JS function:
navigator.clipboard.writeText("txt")
it works fine in the iOS app but not in Android.
Any advice?
I exposed the error and i can confirm. Android app hasn't write permission to clipboard. Please fix it!
Hi,
1. See the suggested answers here:
2. Submit your issue to technical support, here: https://support.ptc.com/apps/case_logger_viewer/cs/auth/ssl/log
I find nothing useful. It would be better to fix the permissions of the app, since in iOS it works correctly.