react-native-panorama-view icon indicating copy to clipboard operation
react-native-panorama-view copied to clipboard

on touch image crash in android.

Open mitalpatel5944 opened this issue 3 years ago • 8 comments

on touch of image android build is automatically closed

mitalpatel5944 avatar May 19 '21 05:05 mitalpatel5944

Is this with 1.0.0? Can you provide more info? I haven't seen any crash on Android.

cristianoccazinsp avatar May 19 '21 13:05 cristianoccazinsp

Yes, on version canary 3.

I have installed library. Then integrated library in android properly. Then just use code you have written on GitHub. Image smoothly shown. When I'm moving my Android phone then only image is moving in 360 video. But after touch on image app getting crashed.

mitalpatel5944 avatar May 19 '21 13:05 mitalpatel5944

A crash log would help. Also some code sample of what you're doing.

I've been using this version for months now and no issues on Android, so there's probably an edge case not previously considered. Are you even running on a real device?

cristianoccazinsp avatar May 19 '21 13:05 cristianoccazinsp

Yes on real device.

On Wed, May 19, 2021, 7:23 PM Cristiano Coelho @.***> wrote:

A crash log would help. Also some code sample of what you're doing.

I've been using this version for months now and no issues on Android, so there's probably an edge case not previously considered. Are you even running on a real device?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lightbasenl/react-native-panorama-view/issues/59#issuecomment-844128418, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKMVYEOAKJXNQA2XQ4QFEOLTOO7GVANCNFSM45D4UEGA .

mitalpatel5944 avatar May 19 '21 14:05 mitalpatel5944

yes having same issue with latest version

shadab-Espranza avatar May 22 '21 11:05 shadab-Espranza

Guys, you really need to provide some more info in order to figure out what’s happening.

A crash log is a must, and a small code snippet of how you are rendering the component would also help.

El may. 22, 2021, a la(s) 08:21, shadab-Espranza @.***> escribió:

 yes having same issue with latest version

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

cristianoccazinsp avatar May 22 '21 11:05 cristianoccazinsp

import PanoramaView from '@lightbase/react-native-panorama-view'; <PanoramaView style={{ flex: 1, } } enableTouchTracking={true} dimensions={{ height: 500, width: 500, } } inputType="mono" imageUrl={'url from server'} /> The app is not giving any logs or error in metro or debugger console just crashes

shadab-Espranza avatar May 22 '21 12:05 shadab-Espranza

Try debugging with android studio or getting the latest logs with adb. What Android device and version are you using?

El may. 22, 2021, a la(s) 09:40, shadab-Espranza @.***> escribió:

 import PanoramaView from @.***/react-native-panorama-view'; <PanoramaView style={{ flex: 1, } } enableTouchTracking={true} dimensions={{ height: 500, width: 500, } } inputType="mono" imageUrl={'url from server'} /> The app is not giving any logs or error in metro or debugger console just crashes

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

cristianoccazinsp avatar May 22 '21 13:05 cristianoccazinsp