-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Scaling options is ignored in Firefox for Android #1978
Comments
Most likely due to lack of support. See https://docs.fineuploader.com/branch/master/browser-support.html for details. I believe Fine Uploader uses feature testing to determine if scaling is supported, and it apparently is not for your browser/OS environment. |
Sorry, but this is not true. Firefox for Android is a modern browser for mobile devices and supports most features. This line should check if it is an Android stock browser but instead it checks if it is not Chrome for Android. Here is the problem: Since |
Probably in there due to this issue: #1146. If you can suggest a change that will not regress the code as described in the above case please do open a PR and i'll be happy to review. |
The issue you mentioned is about features of old stock browsers. We shouldn't care about them. So a working solution without messing other things up would be to modify I will check and try to confirm the scaling functionability in Firefox for Android. But since it uses Gecko, I'm pretty sure it works as good as in Chrome. |
I guess we could say the same thing about Firefox on Android, as market share there is almost nonexistent. Still I will consider a well tested PR that targets only browsers with proper and non- buggy support for scaling |
Type of issue
Uploader type
Bug Report
Fine Uploader version
5.13.0
Browsers where the bug is reproducible
Firefox for Android
Operating systems where the bug is reproducible
Android
Exact steps required to reproduce the issue
All relevant Fine Uploader-related code that you have written
Detailed explanation of the problem
Using the scaling option in Firefox for Android doesn't seem to have any effect.
The library works, but the picture becomes uploaded in full size.
The text was updated successfully, but these errors were encountered: