-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Transfering tab to mobile devices. #3644
Comments
In short: it is impossible for now due to restrictions of WebExtensions API. |
@alith why don't you just use the native tab mechanism to send tabs from desktop to mobile? You can multi-select tabs and initiate "Send X tabs to device". Not exactly the same as sending a "tree", but a workaround. |
duplicate of known issue. |
fingers crossed, one day this gets implemented, and I won't have to keep the horizontal (almost) useless bar^^ |
@alith I was saying that EVEN without TST installed, you should be able to send tabs from your desktop/computer to your mobile as long as both are using "Firefox Sync". (Nothing to do with TST) Also, if you want to hide/show the native tab bar on the fly, you could use my addon: https://addons.mozilla.org/en-US/firefox/addon/toggle-native-tab-bar/ I normally hide the tab bar myself. |
Hello!
First of all, thanks a lot for your hard work on this life-changing/saving, extension. I've been using it for years now, and I don't know how I would manage without.
My problem is this: I can transfer tab from my mobile to my computer (that's obviously the most useful way), but I can't do it the other way: I believed you replaced the "send tab to another device" option from the contextual menu, for it to be able to transfer trees. The disadvantage of this is that you have to have a Firefox with TST installed on the receiving device to be able to register it with the extension on the sending machine. And TST for Firefox for mobile doesn't exist, because it would be as useless as a cat-flap on submarine.
So, I see several solutions to this(from the simplest to the most complicated... IMHO):
Thanks again for your hard work. You're awesome. I love you.
The text was updated successfully, but these errors were encountered: