-
-
Notifications
You must be signed in to change notification settings - Fork 908
[BUG] Illegal RegExp in Safari in 3.0.0-beta.1 and beta.2 #1314
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
Comments
I am also experiencing this issue. This issue seems to arise because Safari doesn't support lookbehind assertion. |
To clarify, is this happening on MacOS Safari, or just on iOS? |
@Sub6Resources I just experienced it on iOS |
@Sub6Resources Its occurring on MacOs too. |
I'm experiencing the same thing. It works great on Mac (Chrome and Safari), on android (chrome, firefox) but not on iOS Safari |
Same issue here any fixes or workarounds ? |
@Toolenaar use the package locally and comment out the code that is using the regex : (?<=\n) |
I can confirm that simply commenting the faulting line in |
In case it helps other people: I have found this issue as well on |
Could it please be solved to stop forking the plugin? |
@SherpaMiguel I don't think this package is being actively maintained anymore. I have since switched my app to a new package. |
@stefanhk31 i'm doing the same 😢 |
Fixed in #1444, should be released in 3.0.0 shortly. |
Describe the bug:
Since I upgraded from 3.0.0-alpha6 to beta2, I have an issue on old Safari versions. The Html widget renders as a gray area and I see in the console the error:
HTML to reproduce the issue:
Any HTML content
Html
widget configuration:No specific configuration
Expected behavior:
HTML properly rendered, instead of gray area.
Screenshots:
Device details and Flutter/Dart/
flutter_html
versions:iOS 12.5.5, flutter_html 3.0.0-beta.2
Stacktrace/Logcat
Additional info:
A picture of a cute animal (not mandatory but encouraged)
The text was updated successfully, but these errors were encountered: