0

I want to be able to close tabs on my mobile Firefox, while using Desktop version of Firefox. I thought Tab-sync would make it work, but it doesn't. So now I'm on the quest to fix it with an extension.

I have thought about using sync area of storage (https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync) but it's not supported on Android.

Do I have to build some external service to send command from Desktop version to that service and then use Mobile Firefox extension to do the polling or there is a better way to utilize fact that I'm logged on both of these devices.

Any ideas please?

Andrey Ant
  • 103
  • 1
  • 7
  • 1
    Yes, sharing information using a server looks like a feasible idea. You can try to use WebSockets to be able to push messages to the mobile Firefox, instead of having to pull all the time. – Smile4ever Jul 12 '19 at 09:55
  • sad, this have to be this way, having the fact that they already do sync. Thanks anyway – Andrey Ant Jul 12 '19 at 14:21

0 Answers0