Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitaaron/phonegapstripped
Bidirectional javascript-objective c skeleton application taken from phonegap.
https://github.com/gitaaron/phonegapstripped
Last synced: about 2 months ago
JSON representation
Bidirectional javascript-objective c skeleton application taken from phonegap.
- Host: GitHub
- URL: https://github.com/gitaaron/phonegapstripped
- Owner: gitaaron
- Created: 2010-12-04T22:54:39.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-11T00:48:57.000Z (about 14 years ago)
- Last Synced: 2024-04-14T15:04:45.279Z (9 months ago)
- Language: Objective-C
- Homepage:
- Size: 128 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Introduction
------------
PhoneGapStripped is a fork of phonegap-iphone that enables developers to incorporate the PhoneGap library into their own pre-existing iPhone application in order to achieve a bidirectional objective-c <-> javascript bridge.Getting started
---------------
* build the project and you should see two buttons
-> pressing one will call an objective-c function from javascript
-> pressing the other will call a javascript function from objective-c* code you will probably want to modify is in PhoneGapStrippedViewController.m, MyCustomObj.m and index.html
* a caveat about copying files over to your project - make sure you phonegap.js is not compiled on build and that it is added as a target to copy bundle resources
Requirements
------------
* xcode