[jira] [Commented] (CB-10167) not select multiple image from gallary using cordova

2015-12-23 Thread Tejal Pandya (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15069553#comment-15069553
 ] 

Tejal Pandya commented on CB-10167:
---

hello sir ,i have tried using above code. but i have many confusion.
 
1) I tried cordova example using this url :  
https://github.com/jcesarmobile/FileBrowserAndroidTest
 and add  intent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true);.  It allows 
multiple image selection BUT using android intent .

I want to open gallary using android intent FROM html file. but i have many 
problems to how to work this in cordova webview. 

if it is possible, can you provide me such an example for selecting multiple 
images using html input type=file multiple OR Using intent in cordova webview. 
at answer from stack overflow of both of this.

> not select multiple image from gallary using cordova
> 
>
> Key: CB-10167
> URL: https://issues.apache.org/jira/browse/CB-10167
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 5.4.0
> Environment: Android (mobile application platform)
>Reporter: Tejal Pandya
>Assignee: Richard B Knoll
> Fix For: 5.4.0
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> I am working on cordova 5.4.0 . I am using plugins camera, file ,file 
> transfer , media-capture for multiple file selection through gallary. But its 
> possible with capture by camera using example multiimageselector3.  But not 
> for gallary (In demo multiimageselector2. This demo not working). i am using 
> html file for select image and add above plugins. But not work right now. 
> Give me such solution for multiple imageselection using gallary. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10167) not select multiple image from gallary using cordova

2015-12-16 Thread Tejal Pandya (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15061465#comment-15061465
 ] 

Tejal Pandya commented on CB-10167:
---

ohk thank u for immediate reply. Can u answer me for How multiple image
selection support in IOS ? In ios, its working perfectly.

On Wed, Dec 16, 2015 at 10:40 PM, Richard B Knoll (JIRA) 




-- 

Tejal Pandya

Android Developer

Miracle Cloud Technology

Website: *www.miracle-cloudtechnology.com
*


> not select multiple image from gallary using cordova
> 
>
> Key: CB-10167
> URL: https://issues.apache.org/jira/browse/CB-10167
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Camera, Plugin File, Plugin File 
> Transfer, Plugin Media Capture
>Affects Versions: 5.4.0
> Environment: Android (mobile application platform)
>Reporter: Tejal Pandya
>  Labels: github-import
> Fix For: 5.4.0
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> I am working on cordova 5.4.0 . I am using plugins camera, file ,file 
> transfer , media-capture for multiple file selection through gallary. But its 
> possible with capture by camera using example multiimageselector3.  But not 
> for gallary (In demo multiimageselector2. This demo not working). i am using 
> html file for select image and add above plugins. But not work right now. 
> Give me such solution for multiple imageselection using gallary. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10167) not select multiple image from gallary using cordova

2015-12-15 Thread Tejal Pandya (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15059492#comment-15059492
 ] 

Tejal Pandya commented on CB-10167:
---

I am using html page for cordova android app and select photos using below line:



 i also added imagepicker plugin, camera plugin, media capture plugin if 
necessarily into my android app.

what is solution for select multiple photos either using plugins of cordova or 
using html page.

> not select multiple image from gallary using cordova
> 
>
> Key: CB-10167
> URL: https://issues.apache.org/jira/browse/CB-10167
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Camera, Plugin File, Plugin File 
> Transfer, Plugin Media Capture
>Affects Versions: 5.4.0
> Environment: Android (mobile application platform)
>Reporter: Tejal Pandya
>  Labels: github-import
> Fix For: 5.4.0
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> I am working on cordova 5.4.0 . I am using plugins camera, file ,file 
> transfer , media-capture for multiple file selection through gallary. But its 
> possible with capture by camera using example multiimageselector3.  But not 
> for gallary (In demo multiimageselector2. This demo not working). i am using 
> html file for select image and add above plugins. But not work right now. 
> Give me such solution for multiple imageselection using gallary. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-10167) not select multiple image from gallary using cordova

2015-12-09 Thread Tejal Pandya (JIRA)
Tejal Pandya created CB-10167:
-

 Summary: not select multiple image from gallary using cordova
 Key: CB-10167
 URL: https://issues.apache.org/jira/browse/CB-10167
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Camera, Plugin File, Plugin File 
Transfer, Plugin Media Capture
Affects Versions: 5.4.0
 Environment: Android (mobile application platform)
Reporter: Tejal Pandya
 Fix For: 5.4.0


I am working on cordova 5.4.0 . I am using plugins camera, file ,file transfer 
, media-capture for multiple file selection through gallary. But its possible 
with capture by camera using example multiimageselector3.  But not for gallary 
(In demo multiimageselector2. This demo not working). i am using html file for 
select image and add above plugins. But not work right now. Give me such 
solution for multiple imageselection using gallary. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org