Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

ryanb/cocoa-web-app-example

Repository files navigation

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

About

A Cocoa application to demonstrate the interaction between Objective-C and JavaScript in a WebView.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published