[GH-ISSUE #1833] support Android edge browser #1228

Closed
opened 2026-02-25 22:39:23 +03:00 by kerem · 14 comments
Owner

Originally created by @ghost on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1833

Describe the feature you'd like to request

Please support android edge browser

Describe the solution you'd like

Edge seems to support API of bookmarks

Describe alternatives you've considered

Use Android app

Originally created by @ghost on GitHub (Jan 17, 2025). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1833 ### Describe the feature you'd like to request Please support android edge browser ### Describe the solution you'd like Edge seems to support API of bookmarks ### Describe alternatives you've considered Use Android app
kerem 2026-02-25 22:39:23 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 17, 2025):

Hello 👋

Thank you for taking the time to open this issue with floccus. I know it's frustrating when software
causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at
and if possible solved.
I'm Marcel and I created floccus a few years ago, maintaining it ever since. I currently work for Nextcloud
which leaves me with less time for side projects like this one than I used to have.
I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it.
Until then, please be patient.
Note also that GitHub is a place where people meet to make software better together. Nobody here is under any obligation
to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can
collaborate to make this software better. For everyone.
Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge
and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and
try to fix the odd bug yourself. Everyone will be thankful for extra helping hands!
To continue the development and maintenance of this project in a sustainable way I ask that you donate to the project when opening an issue
(or at least once your issue is solved), if you're not a donor already.
You can find donation options at https://floccus.org/donate/. Thank you!

One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the Nextcloud forum,
to twitter or somewhere else. But this is a technical issue tracker, so please make sure to
focus on the tech and keep your opinions to yourself.

I look forward to working with you on this issue
Cheers 💙

<!-- gh-comment-id:2597578858 --> @github-actions[bot] commented on GitHub (Jan 17, 2025): Hello :wave: Thank you for taking the time to open this issue with floccus. I know it's frustrating when software causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at and if possible solved. I'm Marcel and I created floccus a few years ago, maintaining it ever since. I currently work for Nextcloud which leaves me with less time for side projects like this one than I used to have. I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it. Until then, please be patient. Note also that GitHub is a place where people meet to make software better *together*. Nobody here is under any obligation to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can collaborate to make this software better. For everyone. Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and try to fix the odd bug yourself. Everyone will be thankful for extra helping hands! To continue the development and maintenance of this project in a sustainable way I ask that you donate to the project when opening an issue (or at least once your issue is solved), if you're not a donor already. You can find donation options at <https://floccus.org/donate/>. Thank you! One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the Nextcloud forum, to twitter or somewhere else. But this is a technical issue tracker, so please make sure to focus on the tech and keep your opinions to yourself. I look forward to working with you on this issue Cheers :blue_heart:
Author
Owner

@BerserkSlayerz commented on GitHub (Feb 10, 2025):

I would also like this feature as Kiwi Browser no longer receives updates. I can install the extension using the crx file, but I can't import profiles or create new ones because the Import and Google Login buttons don't work.

<!-- gh-comment-id:2646926577 --> @BerserkSlayerz commented on GitHub (Feb 10, 2025): I would also like this feature as Kiwi Browser no longer receives updates. I can install the extension using the crx file, but I can't import profiles or create new ones because the Import and Google Login buttons don't work.
Author
Owner

@marcelklehr commented on GitHub (Feb 10, 2025):

I believe these are issues in Edge for Android, sadly, not in floccus

<!-- gh-comment-id:2646988562 --> @marcelklehr commented on GitHub (Feb 10, 2025): I believe these are issues in Edge for Android, sadly, not in floccus
Author
Owner

@ZapperDJ commented on GitHub (Feb 18, 2025):

I believe these are issues in Edge for Android, sadly, not in floccus

Well, not exactly, as I found a way to make floccus work on Edge Android. Is a bit tricky but doable, and the best part is that floccus could make it easier (I will explain later)

Anyway here are the steps:

  • install floccus
  • open this url: edge://extensions-internals/
  • search for floccus on the page. You should get something like this:
"id": "gjkddcofhiifldbllobcamllmanombji",
   "location": "INTERNAL",
   "manifest_version": 3,
   "name": "floccus bookmarks sync"
  • take note of the extension id
  • open any random page and bookmark it
  • edit the bookmark you just created and replace the url with this chrome-extension://EXTENSION-ID/dist/html/options.html#/
  • load the bookmark and now you can configure floccus

As I said earlier, the floccus devs could make it easier to do this by providing a button to open that url on a new tab, similar to how Dark Reader extension does when accesing the developer tools

<!-- gh-comment-id:2667113394 --> @ZapperDJ commented on GitHub (Feb 18, 2025): > I believe these are issues in Edge for Android, sadly, not in floccus Well, not exactly, as I found a way to make floccus work on Edge Android. Is a bit tricky but doable, and the best part is that floccus could make it easier (I will explain later) Anyway here are the steps: - install floccus - open this url: edge://extensions-internals/ - search for floccus on the page. You should get something like this: ``` "id": "gjkddcofhiifldbllobcamllmanombji", "location": "INTERNAL", "manifest_version": 3, "name": "floccus bookmarks sync" ``` - take note of the extension id - open any random page and bookmark it - edit the bookmark you just created and replace the url with this chrome-extension://EXTENSION-ID/dist/html/options.html#/ - load the bookmark and now you can configure floccus As I said earlier, the floccus devs could make it easier to do this by providing a button to open that url on a new tab, similar to how Dark Reader extension does when accesing the developer tools
Author
Owner

@marcelklehr commented on GitHub (Feb 19, 2025):

Interesting! I tried it myself now and I found a button to open floccus from the normal Edge UI:

Screenshot

Image

It's not ideal though because the page will close itself upon being prompted to sign into nextcloud or google drive. I'll try to improve this.

<!-- gh-comment-id:2667604117 --> @marcelklehr commented on GitHub (Feb 19, 2025): Interesting! I tried it myself now and I found a button to open floccus from the normal Edge UI: <details> <summary>Screenshot</summary> ![Image](https://github.com/user-attachments/assets/af643f02-a315-4983-8f04-9838745ed73b) </details> It's not ideal though because the page will close itself upon being prompted to sign into nextcloud or google drive. I'll try to improve this.
Author
Owner

@marcelklehr commented on GitHub (Feb 19, 2025):

Can confirm floccus works in Edge Canary on Android.

<!-- gh-comment-id:2667686982 --> @marcelklehr commented on GitHub (Feb 19, 2025): Can confirm floccus works in Edge Canary on Android.
Author
Owner

@ZapperDJ commented on GitHub (Feb 20, 2025):

Interesting! I tried it myself now and I found a button to open floccus from the normal Edge UI:

Screenshot
It's not ideal though because the page will close itself upon being prompted to sign into nextcloud or google drive. I'll try to improve this.

Yes, that was the way I tried to make it work at first and experienced the same problem trying to sign in, so that's why I came up with my method

However, while that made it possible for me to use it with Nextcloud, I noticed someone said earlier that the button to sign in to Google Drive didn't work, so I tested it using my method and indeed nothing happens when pressing that button, so even if your recent commit makes floccus work without my workaround, there seems to be a different issue regarding Google Drive

<!-- gh-comment-id:2670166929 --> @ZapperDJ commented on GitHub (Feb 20, 2025): > Interesting! I tried it myself now and I found a button to open floccus from the normal Edge UI: > > Screenshot > It's not ideal though because the page will close itself upon being prompted to sign into nextcloud or google drive. I'll try to improve this. Yes, that was the way I tried to make it work at first and experienced the same problem trying to sign in, so that's why I came up with my method However, while that made it possible for me to use it with Nextcloud, I noticed someone said earlier that the button to sign in to Google Drive didn't work, so I tested it using my method and indeed nothing happens when pressing that button, so even if your recent commit makes floccus work without my workaround, there seems to be a different issue regarding Google Drive
Author
Owner

@marcelklehr commented on GitHub (Feb 20, 2025):

I see. That used to be an issue in Kiwi browser as well. IMO this is a bug in Edge. You may be able to circumvent it by importing the google drive profile instead of recreating it.

<!-- gh-comment-id:2670555680 --> @marcelklehr commented on GitHub (Feb 20, 2025): I see. That used to be an issue in Kiwi browser as well. IMO this is a bug in Edge. You may be able to circumvent it by importing the google drive profile instead of recreating it.
Author
Owner

@jorbig commented on GitHub (Mar 14, 2025):

I see. That used to be an issue in Kiwi browser as well. IMO this is a bug in Edge. You may be able to circumvent it by importing the google drive profile instead of recreating it.

From the normal Edge UI the file manager wouldn't open when clicking Import profile, so I still had to use the workaround by @ZapperDJ for importing my Google Drive profile. After that everything works fine.

<!-- gh-comment-id:2724236897 --> @jorbig commented on GitHub (Mar 14, 2025): > I see. That used to be an issue in Kiwi browser as well. IMO this is a bug in Edge. You may be able to circumvent it by importing the google drive profile instead of recreating it. From the normal Edge UI the file manager wouldn't open when clicking Import profile, so I still had to use the workaround by @ZapperDJ for importing my Google Drive profile. After that everything works fine.
Author
Owner

@marcelklehr commented on GitHub (Mar 15, 2025):

Yep, the upcoming version will have a link to open floccus in a new tab which should make the import button clickable.

<!-- gh-comment-id:2726356937 --> @marcelklehr commented on GitHub (Mar 15, 2025): Yep, the upcoming version will have a link to open floccus in a new tab which should make the import button clickable.
Author
Owner

@marcelklehr commented on GitHub (Mar 20, 2025):

v5.4.5 is released now, it may take some time for Microsoft's Addon store to update.

<!-- gh-comment-id:2741211305 --> @marcelklehr commented on GitHub (Mar 20, 2025): v5.4.5 is released now, it may take some time for Microsoft's Addon store to update.
Author
Owner

@nothingshiru commented on GitHub (Apr 16, 2025):

Hi @marcelklehr . The button to open floccus in new tab does not work. (Edge Canary 137.0.3262.0)

Cannot open floccus in a new tab

Image

<!-- gh-comment-id:2808928883 --> @nothingshiru commented on GitHub (Apr 16, 2025): Hi @marcelklehr . The button to open floccus in new tab does not work. (Edge Canary 137.0.3262.0) <details> <summary>Cannot open floccus in a new tab</summary> ![Image](https://github.com/user-attachments/assets/9f59f608-5ef6-4cb8-8c30-70f49407153c) </details>
Author
Owner

@marcelklehr commented on GitHub (Apr 16, 2025):

Damn. I'll fix this

<!-- gh-comment-id:2809195927 --> @marcelklehr commented on GitHub (Apr 16, 2025): Damn. I'll fix this
Author
Owner

@marcelklehr commented on GitHub (Apr 19, 2025):

Will be fixed in the next release.

<!-- gh-comment-id:2816611215 --> @marcelklehr commented on GitHub (Apr 19, 2025): Will be fixed in the next release.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1228
No description provided.