Skip to main content
15-Moonstone
January 3, 2022
Question

[BUG] Android app copy paste clipboard not working

  • January 3, 2022
  • 2 replies
  • 7181 views

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?

2 replies

GianVal15-MoonstoneAuthor
15-Moonstone
January 3, 2022

I exposed the error and i can confirm. Android app hasn't write permission to clipboard. Please fix it!

24-Ruby III
January 3, 2022

 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

GianVal15-MoonstoneAuthor
15-Moonstone
January 3, 2022

I find nothing useful. It would be better to fix the permissions of the app, since in iOS it works correctly.