fix android webview svg

Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
Andrey Shovkoplyas 2019-08-29 14:07:13 +03:00 committed by Pedro Pombeiro
parent 0288d617cb
commit ffcba77486
No known key found for this signature in database
GPG Key ID: C4A24185B2AA48A1
1 changed files with 0 additions and 2 deletions

View File

@ -51,7 +51,5 @@
:third-party-cookies-enabled false :third-party-cookies-enabled false
:scroll-enabled false :scroll-enabled false
:bounces false :bounces false
:scales-page-to-fit platform/android?
:style {:width @width :height (* @width k) :background-color :transparent} :style {:width @width :height (* @width k) :background-color :transparent}
:origin-whitelist #js ["*"]
:source {:html (html uri @width (* @width k))}}]])))) :source {:html (html uri @width (* @width k))}}]]))))