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
Hi,
Sorry for mentioning everyone.
Thanks for making such a wonderful thing.
If I write CSS codes inside the style tag of the head tag, it works fine.
Is there a way to include a CSS file from the project files? Not from an external internet link.
I am pretty new to these things. If this is possible, please teach me a little about the procedure.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
@amibappy it should be quite readily doable to include it from the project files I think? I can't recall the exact syntax needed off the top of my head atm. I think they needed to be included using assets-syntax or something similar - and I'm pretty sure it can be done with the library the way it works today. Did you try making use of WebViewAssetContent by means of targeting your file using "html2bitmap://android_asset/..." to achieve what you want?
@beeequeue I'm not so sure there are terribly many options as it comes to solving this particular problem on android - which in fact is just why we wrote up this library. (The suggestion to use another library may be something of a dead end).
@erikeelde @beeequeue @warting @hfreire @bborisovs
Hi,
Sorry for mentioning everyone.
Thanks for making such a wonderful thing.
If I write CSS codes inside the style tag of the head tag, it works fine.
Is there a way to include a CSS file from the project files? Not from an external internet link.
I am pretty new to these things. If this is possible, please teach me a little about the procedure.
Thanks in advance.
The text was updated successfully, but these errors were encountered: