macdonst
|
cc9f01cb4a
|
Merge pull request #774 from chaoszcat/patch-2
[Android] Use of options==="undefined" is incorrect.
|
2012-09-04 07:09:03 -07:00 |
|
Lionel Chan
|
c673532ebb
|
undefined is a type not a string
|
2012-09-04 13:07:14 +08:00 |
|
Lionel Chan
|
8894965eac
|
Use of options==="undefined" is incorrect.
undefined is a datatype, not a string.
If options is not given, the showWebPage will result in error.
|
2012-09-04 13:05:21 +08:00 |
|
macdonst
|
c8035ac133
|
Update ChildBrowser, TTS, VideoPlayer, IMEI, AppPreferences to 2.0.0
|
2012-07-24 12:08:33 -04:00 |
|
Trevor Suarez
|
030b3782e8
|
Removed the url text edit ability. More like the iOS ChildBrowser plugin now.
Plus, we don't want them just roaming around using it as a browser anyway.
|
2012-06-01 09:43:53 -04:00 |
|
Trevor Suarez
|
16f85fb6e6
|
Added comments.
|
2012-06-01 09:43:09 -04:00 |
|
Trevor Suarez
|
5f24aad14a
|
Added an animation to more closely match the Android standard and the iOS ChildBrowser plugin.
|
2012-06-01 09:42:10 -04:00 |
|
Trevor Suarez
|
4e193a7150
|
Fixed the layout (it would shrink with a short URL).
Fixed the url logic that was adding http.
Also, fixed the Browser's viewport to match the settings of the Android browser.
|
2012-06-01 09:37:20 -04:00 |
|
macdonst
|
3298ab9132
|
Enabling localStorage in ChildBrowser.
|
2012-05-09 22:17:08 -03:00 |
|
macdonst
|
7412e2eafd
|
Enabling JavaScript in ChildBrowser
|
2012-05-08 21:35:13 -04:00 |
|
macdonst
|
10df8fe1a3
|
Allow ChildBrowser to read file:// links
|
2012-05-08 20:44:31 -04:00 |
|
macdonst
|
a15d3889c7
|
Updating the ChildBrowser so the web view shows full screen on Android.
|
2012-04-24 17:36:08 -03:00 |
|
cewing
|
2b6257c692
|
install function should also be defined on the ChildBrowser, not the prototype, for complete consistency with iOS API
|
2012-03-29 12:48:40 -07:00 |
|
Cris Ewing
|
94518a27b3
|
for complete API consistency, this method should return the browser object
|
2012-03-29 11:56:15 -07:00 |
|
macdonst
|
7d0212818a
|
Fixing ChildBrowser rebase error
|
2012-03-28 15:10:14 -04:00 |
|
macdonst
|
324e851986
|
Updating ChildBrowser for 1.5.0
|
2012-03-28 15:04:51 -04:00 |
|
Aldo Culquicondor
|
98307495e6
|
now works with cordova-1.5.0.jar
|
2012-03-14 14:05:05 -05:00 |
|
Aldo Culquicondor
|
770afcc20a
|
Now works with cordova-1.5.0.jar
|
2012-03-14 13:55:02 -05:00 |
|
Libby Baldwin
|
0f8e1fa5e9
|
removed instructions for new activity in AndroidManifest.xml
|
2012-02-22 17:42:53 -08:00 |
|
Kenji Wellman
|
e62518fd58
|
stop web view loading when child browser dialog is closed
|
2011-12-10 23:57:30 -05:00 |
|
macdonst
|
dce0975e60
|
Adding an onError method to the ChildBrowser
|
2011-11-22 04:04:40 +08:00 |
|
macdonst
|
3c30cd6374
|
Small fix to child browser location bar
|
2011-11-02 11:17:43 -04:00 |
|
macdonst
|
f7b0294d3a
|
Fixing README mistake in ChildBrowser
|
2011-10-24 10:43:02 -04:00 |
|
macdonst
|
8e5d0b02be
|
Fixing zoom issue in child browser
|
2011-10-18 21:26:50 -04:00 |
|
macdonst
|
d9a580376b
|
Merge pull request #181 from macdonst/child3
Fix for Issue #179: Android ChildBrowser openExternal DroidGap option bro
|
2011-10-12 08:20:46 -07:00 |
|
macdonst
|
4101849466
|
Fix for Issue #179: Android ChildBrowser openExternal DroidGap option broken
|
2011-10-12 11:17:56 -04:00 |
|
macdonst
|
ea6eca5af9
|
Fix for Issue #139: New Child Browser: can't get keyboard when show loc bar : true (android)
|
2011-10-06 03:18:21 +08:00 |
|
macdonst
|
e9697b140c
|
Switch from RelativeLayout to LinearLayout for ChildBrowser
|
2011-09-13 15:11:19 -04:00 |
|
macdonst
|
779d183fc3
|
Move ChildBrowser.java to the right directory
|
2011-09-13 14:44:46 -04:00 |
|
macdonst
|
8eaeb41d87
|
ChildBrowser fulll screen fix for 3.0 and 3.1
|
2011-09-10 12:35:22 -04:00 |
|
macdonst
|
0902fa23cf
|
Updating Android ChildBrowser to align with iOS
|
2011-09-09 11:27:07 -04:00 |
|
macdonst
|
65741bf01d
|
Merge branch 'master' of git://github.com/phonegap/phonegap-plugins
|
2011-09-09 10:47:38 -04:00 |
|
mcfedr
|
fd3821a95a
|
Edited Android/ChildBrowser/README.md via GitHub
|
2011-09-08 15:28:28 +03:00 |
|
mcfedr
|
c4a851ee06
|
Edited Android/ChildBrowser/childbrowser.js via GitHub
|
2011-09-08 15:26:33 +03:00 |
|
macdonst
|
aab6c58f5a
|
ChildBrowser using dialog approach
|
2011-08-26 09:58:01 -04:00 |
|
macdonst
|
71104271ea
|
Update TTS, FtpClient and ChildBrowser to use PhoneGap 1.0
|
2011-07-30 14:00:42 +08:00 |
|
Bryce Curtis
|
7e52cb441a
|
Add warning comments about loading URLs when usePhoneGap=true.
|
2010-12-02 14:30:42 -06:00 |
|
Bryce Curtis
|
b62fecf5df
|
Update to work with changes in DroidGap initialization parameters.
|
2010-11-13 00:24:15 -06:00 |
|
Bryce Curtis
|
ca756efaf9
|
Android ChildBrowser: Add option to load into Phonegap webview.
|
2010-11-05 14:58:33 -05:00 |
|
Bryce Curtis
|
ae67c7d219
|
Add option to load url in new Android browser or PhoneGap webview.
|
2010-11-03 14:09:37 -05:00 |
|
Bryce Curtis
|
fcb5a01eb8
|
Update readme.
|
2010-10-30 16:47:32 -05:00 |
|
Bryce Curtis
|
a7bbe81b51
|
Fix formating for readme.
|
2010-10-29 17:23:14 -05:00 |
|
Bryce Curtis
|
39f8b40598
|
Fix formating for readme.
|
2010-10-29 17:07:49 -05:00 |
|
Bryce Curtis
|
f02c04a431
|
Add ChildBrowser plugin for Android.
|
2010-10-29 17:03:23 -05:00 |
|