triniwiz / nativescript-image-zoom

Apache License 2.0
19 stars 14 forks source link

Image not showing Android #3

Closed scemodicecosa closed 6 years ago

scemodicecosa commented 6 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

"dependencies": { "nativescript-image-zoom": "^1.1.1", "nativescript-theme-core": "^1.0.4", "nativescript-unit-test-runner": "^0.3.4", "tns-core-modules": "^3.4.0" }, "devDependencies": { "awesome-typescript-loader": "~3.1.3", "babel-traverse": "6.12.0", "babel-types": "6.11.1", "babylon": "6.8.4", "copy-webpack-plugin": "~4.0.1", "css-loader": "~0.28.7", "extract-text-webpack-plugin": "~3.0.0", "filewalker": "0.1.2", "jasmine-core": "^2.5.2", "karma": "^1.3.0", "karma-jasmine": "^1.0.2", "karma-nativescript-launcher": "^0.4.0", "lazy": "1.0.11", "nativescript-css-loader": "~0.26.0", "nativescript-dev-typescript": "^0.6.0", "nativescript-dev-webpack": "^0.9.0", "nativescript-worker-loader": "~0.8.1", "raw-loader": "~0.5.1", "resolve-url-loader": "~2.1.0", "tns-platform-declarations": "^3.1.0", "tslint": "~5.4.3", "typescript": "~2.3.0", "webpack": "~3.8.1", "webpack-bundle-analyzer": "^2.8.2", "webpack-sources": "~1.0.1" },

Please, tell us how to recreate the issue in as much detail as possible.

I simply cloned your repo and tried to run. On iOS emulator runs great, on my android devices the images are not shown

dariopellegrini commented 6 years ago

Confirm: not working on Android.

scemodicecosa commented 6 years ago

If you remove the maxZoom property it works like a charm

dariopellegrini commented 6 years ago

Right again! Very thank you!

ghost commented 6 years ago

Same issue here, android only works without maxZoom property. Any chance to get a fix for this?

christo-pr commented 6 years ago

Still having this issue here!

triniwiz commented 6 years ago

Update to the latest

christo-pr commented 6 years ago

Yeah! With the latest version is working fine! Thanks!

Jogendra1234 commented 4 years ago

It's not working with nativescript 7.0, please share if any body has solution.