From bcbe89a0f6a3627ef7bb01be848134beb834b11c Mon Sep 17 00:00:00 2001
From: paulmeyer
<webview id="foo" src="http://www.google.com/" style="width:640px; height:480px" allowtransparency="on"></webview>+
+ If "on", transparent elements within the webview
will be shown as transparent. Without allowtransparency
enabled, there will be no transparency within the webview
, even if elements exist that are specified as transparent.
+
<webview id="foo" src="http://www.google.com/" style="width:640px; height:480px" autosize="on" minwidth="576" minheight="432"></webview>
- If "on", the webview
will container will automatically resize within the bounds specified
+ If "on", the webview
container will automatically resize within the bounds specified
by the attributes minwidth
, minheight
,
maxwidth
, and maxheight
.
These contraints do not impact the webview
UNLESS autosize
is enabled.
--
2.11.4.GIT