[Firefox Android Webextension] How to transfer data from webextension to the app

Hi,

I need some help in implementing a way to transfer data from Webextension to my Android app.

One way is to transfer via Intent which is working fine but its not good for large data.

Some ways are using Clipboard, File etc but I am unable to get it working.

After doing **document.execCommand(“Copy”) **when I read the system clipboard from Android, it shows empty.

As per MDN, file support is not present.

Could you help me on this query.

StackOverflow Link: https://stackoverflow.com/questions/44906567/android-firefox-webextension-copy-to-clipboard/44906849#44906849

Thanks,

-Dipesh

Hi Dipesh

I suggest you ask in the addons forum or mailing list.

Cheers

Will