You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app should function normally on iOS 14 and relatively recent releases
Actual behavior
The app fails to load and throws an error about the “invalid character #.”
Would you consider addressing this compatibility issue? iOS 14 and 13 are still relatively recent versions, and supporting them would help ensure broader compatibility for our users. Or if there is a workaround for it I would appreciate that!
The text was updated successfully, but these errors were encountered:
Initial checklist
Link to runnable example
No response
Steps to reproduce
This issue seems to stem from the use of private fields in the @uppy/* packages, which are not supported by these older iOS versions.
Private fields were introduced in newer JavaScript standards and are unsupported in iOS 14/13 and earlier environments. For reference:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_properties
Expected behavior
Actual behavior
Would you consider addressing this compatibility issue? iOS 14 and 13 are still relatively recent versions, and supporting them would help ensure broader compatibility for our users. Or if there is a workaround for it I would appreciate that!
The text was updated successfully, but these errors were encountered: