24 Commits

Author SHA1 Message Date
Alexander Wunschik
7d8f569b26 ChildBrowser iOS6 bugfix: setting audio session category to "Playback"
based on a bugfix from Chris Lundie:
http://stackoverflow.com/posts/12414719/revisions

fixes #890
2012-11-18 18:26:16 +01:00
Alexander Wunschik
1efb411894 Revert "ChildBrowser iOS6 bugfix: setting audio session category to "Playback""
because of a false commit message

This reverts commit 8aaaa1f473.
2012-11-18 18:23:51 +01:00
Alexander Wunschik
8aaaa1f473 ChildBrowser iOS6 bugfix: setting audio session category to "Playback"
based on a bugfix from Chris Lundie:
http://stackoverflow.com/posts/12414719/revisions

fixes #132
2012-11-18 18:05:09 +01:00
Shazron Abdullah
d4ce61db03 Updated iOS ChildBrowser: 1. Fixed iOS 6 orientation issue, 2. ARC/non-ARC compatibility 3. Uncrustified 2012-09-20 18:39:23 -07:00
RandyMcMillan
7765b54ffc ChildBrowser (iOS) basic index.html update
<script type="text/javascript" charset="utf-8"
src="cordova-2.0.0.js"></script>

<script type="text/javascript" charset="utf-8"
src="ChildBrowser.js"></script>
2012-07-30 16:44:34 -04:00
RandyMcMillan
34e8e862de Comply with 2.0 CORDOVA_FRAMEWORK header
4. Change in import header use: in 2.0.0, Cordova projects use the
CordovaLib project as a subproject, it now uses the CORDOVA_FRAMEWORK
styled import like this:
#import <Cordova/CDV.h>
instead of like this:
#import "CDV.h"
So now in 2.0.0, Cordova import headers are unified.
2012-07-30 16:34:53 -04:00
Jesse MacFadyen
c31263c17e updates for ChildBrowser in iOS 2.0 2012-07-27 14:05:36 -07:00
RandyMcMillan
b2adead8c7 Retina Image Correction
Tested on 1st Gen iPad
Tested on 3rd Gen iPad
Tesed on iPhone 4
2012-07-08 15:55:22 -04:00
RandyMcMillan
e0b44deeb8 ChildBrowser (iOS) retina images at correct size 2012-06-27 15:22:25 -04:00
RandyMcMillan
15c5d9d0c4 ChildBrowser (iOS) callback fix.
README.md update
index.html update
2012-05-05 16:37:49 -04:00
macdonst
24122f27ee Fix problem for case sensitive file systems. 2012-05-03 15:20:35 -03:00
RandyMcMillan
0ff13a981b update README link 2012-04-30 20:06:44 -04:00
RandyMcMillan
b311b077cc Updated README.md
Deleted Example project
Included sample index.html
added plist screenshot
2012-04-30 20:03:54 -04:00
Randy McMillan
e3a4c7e650 Add iOS Retina display detection for button icons 2012-04-30 16:06:58 -04:00
Drew Dahlman
9e256462c7 Clean up 2012-04-19 12:02:32 -06:00
Drew Dahlman
4915b76b64 Added new method getPage
This new method will allow for a single instance of the ChildBrowser to
be directed to a new URL via JS.
2012-04-19 11:58:36 -06:00
Drew Dahlman
20841c386b Fixed Childbrowser for use in Cordova 1.6 2012-04-16 08:35:20 -06:00
Drew Dahlman
0b19e9c564 Revert "Fixing the call to Cordova"
This reverts commit c6c52c1479.
2012-04-16 08:34:33 -06:00
Drew Dahlman
c6c52c1479 Fixing the call to Cordova
The Capital C in Cordova.exec causes the plugin to not work. By
changing it to cordova.exec it works as expected.
2012-04-16 08:26:09 -06:00
Randy McMillan
c24ce3ff99 1.6.0 note 2012-04-12 17:59:34 -04:00
Randy McMillan
18da0b11e5 Styling hints per user request https://github.com/phonegap/phonegap-plugins/issues/454 2012-04-09 15:25:10 -04:00
Randy McMillan
8bfb79c68d comment out this alert 2012-03-15 18:40:36 -04:00
Randy McMillan
c258409426 Manual merge from pull request https://github.com/phonegap/phonegap-plugins/pull/386
Manual merge from pull request
https://github.com/phonegap/phonegap-plugins/pull/386
2012-03-13 14:58:06 -04:00
Randy McMillan
87f3aaaa9f ChildBrowser with Cordova only support
ChildBrowser with Cordova only support. Intended to eliminate dual
PhoneGap/Cordova naming moving forward.
2012-03-07 16:29:29 -05:00