-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Picker images search all files with .jpg (images) #18
Comments
You need to specify some more information in the search term. FinderJS does not support wildcards. For example: var searchterm = ".jpg"
finder.search(searchterm); |
Yea i tried it, but it dont work. |
@pdomkar Quick check:
No clue if that does not work. Also, with the move to remove non-standard APIs in B2G, we may not support FinderJS in near future. |
I use Firefox OS 2.2 (in simulator in Firefox IDE) Sorry, my Englis is not great. |
I want use FinderJs for pick/choose image in app in FirefoxOS. But i dont understand how i can find all files of images type(jpg) If I understand(I find here:http://stackoverflow.com/questions/23527190/file-picker-on-firefox-os and on this github) its depend on argument searchterm: finder.search(searchterm);. I try "." but result in debug was empty or searchComplete Array [ ".", 0 ] If I try search exist image (in firefox profile fake-card) How i show/write all images in device?
Tahnks
The text was updated successfully, but these errors were encountered: