I\'ve seen this question has been asked a lot of times, but still can\'t manage to get my code working.
I want my webview to load some URL (say www.google.c
Maybe you could have assets as 'html/javascript templates'. You could combine different of these text sources and string logic to compose your desired html to be loaded into the WebViewer. Then, you use .loadData instead of .loadUrl
I'm using it on my own and it seems to work pretty well.
Hope it helps!