Chrome Apps: Embed Website -
i'm new developing chrome apps, , want embed website inside popup window. tried:
<!doctype html> <html> <body> <embed src="http://www.example.com" style="width:500px; height: 300px;"> </body> </html> but did not work. (this html file did launch, tested hello world program)
nope, not <embed> element for.
what you're looking <webview>.
note: requires add "webview" permission manifest.
Comments
Post a Comment