-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popover bouncing left to right (vice versa) on android #2
Comments
Can you provide some code example, so I can see this bouncing? Because I don't see anything wrong with popovers in my app, and the gif looks alright to me too. |
it is working great on IOS but on android has an issue |
This is incomplete code sample (tags are not closed), but I think I get your idea. |
here is the link sir https://docs.google.com/document/d/1D36e22cGYYIVpxtGPLYYvzjJ65ntHJZEvyXOcpAqaak/edit?usp=sharing I can't paste the code here... |
OK, I'll look into this. <PopoverTouchable onPopoverDisplayed={() => console.log('Popover displayed!')}>
<TouchableOpacity style={styles.profileAction_btn}>
<Icon name='md-flag' style={styles.txtWhite}/>
</TouchableOpacity>
<Popover
placement='left'
contentStyle={styles.content}
arrowStyle={styles.arrow}
backgroundStyle={styles.background}
visible={false}
>
<TouchableOpacity style={styles.reportBtn}>
<Text style={styles.txtWhite}>Block User</Text>
</TouchableOpacity>
<TouchableOpacity style={styles.reportBtn} onPress={() =>{this.popupDialog.show()}}>
<Text style={styles.txtWhite}>Report User</Text>
</TouchableOpacity>
</Popover>
</PopoverTouchable> |
okay sir . advance thank you |
Can you please add a screenshot of open popover and post your styles? |
Thanks a lot, the bouncing effect is only shown on emulator but not in real device. |
Still, could you please provide a screenshot? Other users have reported similar issues and I am interested in reproducing/fixing it myself. |
can i get your email sir? I'll share the link of recorded video. |
Please mail to |
just check your email sir. Thanks |
I spent some more time trying to reproduce this issue and I couldn't make it bounce on emulator. |
I'm think maybe cause animation , How can disable animation ? @doomsower |
I changed some things and published v0.0.3. However I'm still unable to reproduce this bug. |
I'm consistently getting this on Android as well. Indeed, the popover is inverted (rotated 180deg) for a split second (couple ms), which produces a weird effect... Will try to create a reproducible example. |
It is reproducible for me too, but only on Galaxy S8+ device |
Reproducible for us too. Although we are not directly using your library, Ant react native library has this library as a dependency. Is there any fix? |
How to fix the bouncing of popover on android? Thank you in advance.
The text was updated successfully, but these errors were encountered: