Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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.