Skip to content

Commit

Permalink
📝 [webview] readme and screenshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Aug 3, 2015
1 parent db27279 commit 25dc7aa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions webview/browser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Browser

A mini browser that shows the usage of [webview](https://github.com/atom/electron/blob/master/docs/api/web-view-tag.md)
in an app.

The app's main window contains a `<webview>` that is sized to fit most of it
(via the `width` and `height` attributes). The location bar is used to
update its `src` attribute.

`<webview>` is the preferred way for you to load web content into your app. It
runs in a separate process and has its own storage, ensuring the security and
reliability of your application.

## APIs

* [webview](https://github.com/atom/electron/blob/master/docs/api/web-view-tag.md)


## Screenshot
![screenshot](/webview/browser/screenshot/screenshot.png)
Binary file added webview/browser/screenshot/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25dc7aa

Please sign in to comment.