We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea9e4cc + 44ed3f3 commit 4ce9422Copy full SHA for 4ce9422
extensions/ccui/uiwidgets/UIWebView.js
@@ -248,6 +248,8 @@ ccui.WebView.EventType = {
248
this._div.style["-webkit-overflow"] = "auto";
249
this._div.style["-webkit-overflow-scrolling"] = "touch";
250
this._iframe = document.createElement("iframe");
251
+ this._iframe.style["width"] = "100%";
252
+ this._iframe.style["height"] = "100%";
253
this._div.appendChild(this._iframe);
254
}else{
255
this._div = this._iframe = document.createElement("iframe");
0 commit comments