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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -