Good day I created the HTMLDrawable using a dynamic string, however, it is not referencing my css or javscript from within the project. I have tried all possible paths to the files, however, nothing seems to work.
I would appreciate any guidance on getting this to work.
Below is a sample snippet and highlighted in red is the scripts/css that is not being loaded/referenced in the rendered html.
Unfortunately you have to use either absolute paths for included files or pack all of the JS/CSS files in the html file. The HTML-Drawable rendering happens out of scope of the AR-View's WebView.
Best regards
O
Orane Cole
said
about 7 years ago
Thanks for the fast reply Andreas, I will do just that.
Orane Cole