GitXplorerGitXplorer
r

cocoa-web-app-example

public
97 stars
14 forks
1 issues

Commits

List of commits on branch master.
Unverified
0cbb1bc541016ab491090b0709293aef309deb65

using windowScriptObjectAvailable delegate so the app gets set every time a page loads in the WebView, this way it works after reloading

rryanb committed 15 years ago
Unverified
6cae579ad09f4a8fe434666162afc04c4db5900f

adding git clone and open commands to readme

rryanb committed 15 years ago
Unverified
b0211510478424c04d478597d9131f53c165db9a

initial commit

rryanb committed 15 years ago

README

The README file for this repository.

COCOA WEB APP EXAMPLE

This is an example Cocoa application which displays an HTML page in a WebView. It demonstrates how to communicate between Objective-C and JavaScript through the WebScriptObject. If you have a web app which could benefit from desktop integration, I highly recommend creating a Cocoa app which interacts with it.

To try it out, open the "Cocoa Web App.xcodeproj" file in Xcode and click "Build and Run". See the code in "AppDelegate.m" and "index.html" to see how it works.

git clone git://github.com/ryanb/cocoa-web-app-example.git
open cocoa-web-app-example/Cocoa\ Web\ App.xcodeproj