-
Notifications
You must be signed in to change notification settings - Fork 80
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
Exception at ZoomableImage.ngOnInit #21
Comments
Solution : , Please open node_modules => ion-gallery-modal => zoomable-image on line 49 replace On line 62 replace On line 75 replace Enjoy !!!!! |
@michelmouallem i did that, but still having the same exception!! |
@michelmouallem thanks a lot, works perfect now. Do you want the codebase of the Git repository to a new version? |
modified version, thx to nikini#21 (comment)
Fixed in version 0.1.0 |
i still face the issue. i just installed the plugin today. what is the wrong with my code?? the error is given below ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'nativeElement' of undefined Ionic Framework: 3.0.1 |
Did you install the version 0.1.0? Can you show me your package.json? |
i fixed the issue by just editing one line of index.js:56 Refer the below code
|
yes, updated the version to 0.1.0 . pelase check the package.json
|
Try v0.1.1. I've updated a bit more than just that line. I've tested it in the demo and it works, but I'm curious if it works for you (cause the previous version also worked for me) |
@shareefmoaryur @nikini nice work nikini iwas waiting that update!! |
Thanks @peluqui2010 |
Thanks @nikini . Now it is working properly. there was one problem of npm install. So i deleted the node_module folder and installed again using 'npm install'. |
Hello,
I get an error using latest ionic version.
When I click on image to open the gallery I receive this exception:
Error: Cannot read property 'nativeElement' of undefined at ZoomableImage.
The openGallery method:
My environment
The text was updated successfully, but these errors were encountered: