-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can FireMonkey be compatible with this browser #661
Comments
It appears to be similar to #656 |
It is somewhat similar 🤔 but still a bit different from the Android Firefox browser. I tried it on an Android device, and installing the script didn't have any response. Attempting to directly copy and add the script can indeed run. However, when using the iOS Orion browser to install the script, there is a prompt for "confirm installation," but there is no response after clicking. Additionally, I tried to copy and add the script using the Orion browser, but it couldn't run. |
Mobile platforms have slightly different and limited API support which results in incompatibility. FireMonkey uses a Firefox exclusive API and unless Orion is based on Firefox code, it wont work on it. Do the userscripts function when using FireMonkey on Orion? |
I am not a developer, so I may not be certain about some questions. Orion scripts do not work with FireMonkey, but they are effective with Violentmonkey. Do they use the same API? |
FireMonkey was the only userscript manager that used the dedicated If Orion does support the The new MV3 format (introduced by Google a couple of years ago) aims to harmonise the behaviour between different platforms. |
This is their API support documentation |
They appear to have partial support but they don't support onBeforeScript which would make it incompatible with most userscripts. |
I have installed FireMonkey on iOS Orion browser, you may not have heard of this browser, but it does achieve compatibility with a few extension APIs. The current issue is that the UI can be displayed normally, but scripts cannot be installed directly from script websites. New JavaScript files can be saved correctly. However, the
saved scripts cannot be executed.
The text was updated successfully, but these errors were encountered: