Skip to content

Commit

Permalink
#219: Use ngSrc directive on <webview> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bstein committed Aug 29, 2022
1 parent 7a199ca commit 7942b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/server/server.html
Expand Up @@ -14,7 +14,7 @@ <h4>Server</h4>
<!--<iframe ng-src="{{server.safeURL}}" class="server-frame"></iframe>-->
<webview id="wv"
autosize="on"
src="{{server.safeURL}}"
ng-src="{{server.safeURL}}"
style="height:calc(100vh - 150px)"
allowpopups
useragent="Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko"
Expand Down

0 comments on commit 7942b23

Please sign in to comment.