Image Viewer not working in IOS mobile

0
Hi Experts,                             Im working on a native mobile app where there is a functionality to upload image and view the uploaded image. The functionality is working fine in andriod mobiles but in IOS mobile unable to view the uploaded image. Below error is showing in log. Failed to getSize of /var/mobile/Containers/Data/Application/35FBEFC2-6831-47D7-BDDB-64B9E82AB224/Documents/default/9288674231477501/documents/GUID_id_oqn_32@local Error: Failed to getSize of /var/mobile/Containers/Data/Application/35FBEFC2-6831-47D7-BDDB-64B9E82AB224/Documents/default/9288674231477501/documents/GUID_id_oqn_32@local    at anonymous (http://192.168.1.153:8083/index.bundle//&platform=ios&dev=false&minify=true:105:1111)    at anonymous (http://192.168.1.153:8083/index.bundle//&platform=ios&dev=false&minify=true:421:2793)    at anonymous (http://192.168.1.153:8083/index.bundle//&platform=ios&dev=false&minify=true:1238:23502)    at tryCallTwo (address at InternalBytecode.js:1:1222)    at doResolve (address at InternalBytecode.js:1:2541)    at Promise (address at InternalBytecode.js:1:1318)    at anonymous (http://192.168.1.153:8083/index.bundle//&platform=ios&dev=false&minify=true:1238:2   An error occurred while executing an action of MyFirstModule.CreateSalesOrder.container2: The operation couldn’t be completed. (PHPhotosErrorDomain error 3303.)   Nanoflow stack:"Call JavaScript Action" in nanoflow "MyFirstModule.SF_UploadImageSalesOrder"   Current page: MyFirstModule.CreateSalesOrder   Stack:Error: An error occurred while executing an action of MyFirstModule.CreateSalesOrder.container2: The operation couldn’t be completed. (PHPhotosErrorDomain error 3303.)   Nanoflow stack:"Call JavaScript Action" in nanoflow "MyFirstModule.SF_UploadImageSalesOrder"    at anonymous (http://192.168.1.231:8083/index.bundle//&platform=ios&dev=false&minify=true:1222:2862)    at apply (native) An error occurred while executing an action of MyFirstModule.CreateSalesOrder.container2: The operation couldn’t be completed. (PHPhotosErrorDomain error 3303.)   Nanoflow stack:"Call JavaScript Action" in nanoflow "MyFirstModule.SF_UploadImageSalesOrder"   Current page: MyFirstModule.CreateSalesOrder   Stack:Error: An error occurred while executing an action of MyFirstModule.CreateSalesOrder.container2: The operation couldn’t be completed. (PHPhotosErrorDomain error 3303.)   Nanoflow stack:"Call JavaScript Action" in nanoflow "MyFirstModule.SF_UploadImageSalesOrder"    at anonymous (http://192.168.1.231:8083/index.bundle//&platform=ios&dev=false&minify=true:1222:2862)    at apply (native)
asked
1 answers
0

I registed a support ticket for this, got a reply that this will be fixed. If you want to be updated on progress, report a ticket yourself. My ticket number is 246181, you can reference that. As workaround, you can use the old Dynamic Image instead

answered