Hi, I have the built-in share plugin setup and it's working very well in Chrome on multiple platforms, but I am seeing a strange behavior in Firefox for Android and wanted to check if anyone else in the community is experiencing it.
When I attempt to share in Firefox, the share menu appears but the content is always blank/empty. Whether I attempt to share w/ "Copy to clipboard", Messages, WhatsApp, etc... it says copied but there is nothing to paste.
Thinking it may have been something with my code, I loaded up the "Taking Screenshot" example capx. On both Win10 & Android, Firefox displayed that File Sharing is not supported, as expected. So I modified the example capx and whittle it down to just a handful of events:
On Start of Layout & (inverted) Is sharing supported THEN Set Text to "Sharing not supported"
On Button Clicked THEN Share Text "Test Text"
When loaded up on Win10, Firefox shows the text "Sharing not supported", as expected.
When loaded up on Android, Firefox does not show this text, implying that sharing is supported. However, on button click, while the process appears to work, the share content is again blank/empty.
Finally I added a check for share success on Android:
On Share Completed THEN Set Text to "Share Completed"
On Share Failed THEN Set Text to "Share Failed"
When loaded up on Android, in both Chrome or Firefox, the share process itself succeeds, so the text shows "Share Completed". If I cancel out of the share process in either Firefox or Chrome, it shows "Share Failed", as expected.
The big difference is that Chrome's share content correctly shows "Test Text", while Firefox's share content is blank/empty.
I'm not sure where the content is being dropped or if I'm just doing something wrong, but wanted to see if anyone else has experienced this or has any ideas to resolve?
For the mobile tests, I tested on two devices but unfortunately both were the same model/version:
Pixel 6
Android 13
FireFox 105.2.0
Thanks!