Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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.