crxjs / chrome-extension-tools

Bundling Chrome Extensions can be pretty complex. It doesn't have to be.
https://crxjs.dev/vite-plugin
2.6k stars 177 forks source link

Extensions do not work with Orion browser for iOS #887

Open kirankunigiri opened 2 months ago

kirankunigiri commented 2 months ago

Build tool

Vite

Where do you see the problem?

Describe the bug

When working on my CRXJS project, I noticed that the extension doesn't load on the Orion browser app for iOS. I have created a minimal CRXJS project to replicate the issue, and it seems like any extension created with CRXJS do not work (a non-CRXJS extension made with simple HTML/CSS or with the Plasmo react framework will work). The extension simply adds a div to google.com with a hello message with React. While it works on Orion for macOS, it does not load at all on the iOS application (it will let you install it, but nothing will show up on the page indicating the extension did not work).

Below, I have added a link to the repo which replicates the issue and more details.

Reproduction

https://github.com/kirankunigiri/crxjs-orion-test

Logs

No response

System Info

I am unable to run these commands on iOS

Severity

annoyance

vioao commented 1 month ago

Same problem. Successfully worked on Chrome/Edge/Android Kiwi/Mac Orion. But for iOS Orion, not.