Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

on touch image crash in android. #59

Open
mitalpatel5944 opened this issue May 19, 2021 · 8 comments
Open

on touch image crash in android. #59

mitalpatel5944 opened this issue May 19, 2021 · 8 comments

Comments

@mitalpatel5944
Copy link

on touch of image android build is automatically closed

@cristianoccazinsp
Copy link

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

@mitalpatel5944
Copy link
Author

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.

@cristianoccazinsp
Copy link

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?

@mitalpatel5944
Copy link
Author

mitalpatel5944 commented May 19, 2021 via email

@shadab-Espranza
Copy link

yes having same issue with latest version

@cristianoccazinsp
Copy link

cristianoccazinsp commented May 22, 2021 via email

@shadab-Espranza
Copy link

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

@cristianoccazinsp
Copy link

cristianoccazinsp commented May 22, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants