{ kind: "Scroller", name: "teeTimeScroller", flex: 1, components: [ // { kind: "Iframe", name: "webview", url: "http://cnn.com", classes: "enyo-fit", pack: 1 } { name: "webview", content: ''} ] },the Iframe displays the content in Chrome, but not in the Android WebView - the scroller's area is just blank. On the phone, the Android browser control seems to be unable to figure out how to size the Iframe. If I put hard coded width and height styles in the Iframe tag, then that works ... but I don't want to have to do that.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments