-
-
Notifications
You must be signed in to change notification settings - Fork 889
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
Relative url addresses in <a> and <img> support #153
Comments
Temporary solution for images that works for me. Using customRender() to override processing.
Note that you need to add dart:html package to get dom.Element check. |
Pull request #146 will fix this issue for images. Relative urls in the |
Closed
erickok
added a commit
to vrtdev/flutter_html
that referenced
this issue
Feb 8, 2021
…ender API Fixes Sub6Resources#153 and closes Sub6Resources#146
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to add an "BaseURL" option?
In my case all the links and images comes from API with relative path href="/some/url/there".
So, it would be nice to prefix them with custom String param.
The text was updated successfully, but these errors were encountered: