sarriaroman / photoviewer

PhotoViewer Cordova Plugin
MIT License
157 stars 214 forks source link

Android: View local URI: Out Of Memory #58

Closed anatoly-spb closed 7 years ago

anatoly-spb commented 7 years ago

When I try to view local URI my application crashes with

I have fixed the problem locally the following:

src/android/PhotoActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/android/PhotoActivity.java b/src/android/PhotoActivity.java index 9a17c0c..dd6d8a8 100644 --- a/src/android/PhotoActivity.java +++ b/src/android/PhotoActivity.java @@ -135,7 +135,7 @@ public class PhotoActivity extends Activity { / private void loadImage() {

anatoly-spb commented 7 years ago

https://github.com/sarriaroman/photoviewer/commit/4e6b5b5eb023d81da49f0495d75a67e9560a1cb5