Repository: cordova-docs
Updated Branches:
  refs/heads/master 031748924 -> 9ef8c3d61


CB-5294 fixed by Android 4.4.3


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/9ef8c3d6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/9ef8c3d6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/9ef8c3d6

Branch: refs/heads/master
Commit: 9ef8c3d61c74c5c681a0242afaccd77857460603
Parents: 0317489
Author: mbillau <[email protected]>
Authored: Mon Jun 16 14:07:39 2014 -0400
Committer: mbillau <[email protected]>
Committed: Mon Jun 16 14:07:39 2014 -0400

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/upgrade.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9ef8c3d6/docs/en/edge/guide/platforms/android/upgrade.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/upgrade.md 
b/docs/en/edge/guide/platforms/android/upgrade.md
index 3c62a12..1e6b632 100644
--- a/docs/en/edge/guide/platforms/android/upgrade.md
+++ b/docs/en/edge/guide/platforms/android/upgrade.md
@@ -45,8 +45,8 @@ For projects not created with the cordova CLI, run:
 
         bin/update <project_path>
 
-**WARNING:**  Starting on Android 4.4, creating a file input element with 
type="file" will not open the file picker dialog.
-This is a regression with Chromium on Android and the problem can be 
reproduced in the standalone Chrome browser on Android (see 
http://code.google.com/p/android/issues/detail?id=62220)  The suggested 
workaround is to use the FileTransfer and File plugins for Android 4.4. You can 
listen for an onClick event from the input type="file" and then pop up a file 
picker UI. In order to tie the form data with the upload, you can use 
JavaScript to attach form values to the multi-part POST request that 
FileTransfer makes. This bug still exists as of Android 4.4.2
+**WARNING:**  On Android 4.4 - Android 4.4.3, creating a file input element 
with type="file" will not open the file picker dialog.
+This is a regression with Chromium on Android and the problem can be 
reproduced in the standalone Chrome browser on Android (see 
http://code.google.com/p/android/issues/detail?id=62220)  The suggested 
workaround is to use the FileTransfer and File plugins for Android 4.4. You can 
listen for an onClick event from the input type="file" and then pop up a file 
picker UI. In order to tie the form data with the upload, you can use 
JavaScript to attach form values to the multi-part POST request that 
FileTransfer makes.
 
 
 ## Upgrading to 3.1.0 from 3.0.0

Reply via email to