We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Done
There is a ImagePickerMediaType enum that seems like it can be added to the demo app:
let context = imagepicker.create({ mode: "single", mediaType: imagepicker.ImagePickerMediaType.Image });
However when I run the app, it crashes with Cannot read property 'Image' of undefined
Cannot read property 'Image' of undefined
tns --version
node_modules/tns-core-modules/package.json
"tns-android"
"tns-ios"
package.json
Go to demo app and replace this line:
let context = imagepicker.create({ mode: "single" });
with:
Run the app and tap the PICK SINGLE button.
expected: app to work same as before change actual: app crashes
The text was updated successfully, but these errors were encountered:
The fix is published in [email protected]
Sorry, something went wrong.
No branches or pull requests
Make sure to check the demo app(s) for sample usage
Done
Make sure to check the existing issues in this repository
Done
If the demo apps cannot help and there is no issue for your problem, tell us about it
There is a ImagePickerMediaType enum that seems like it can be added to the demo app:
However when I run the app, it crashes with
Cannot read property 'Image' of undefined
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
tns --version
to fetch it) 6.0.2node_modules/tns-core-modules/package.json
file in your project) 6.0.0"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project) 6.0.0package.json
file of yourproject and paste your dependencies and devDependencies here)
Please, tell us how to recreate the issue in as much detail as possible.
Go to demo app and replace this line:
with:
Run the app and tap the PICK SINGLE button.
expected: app to work same as before change
actual: app crashes
The text was updated successfully, but these errors were encountered: