On an Android device, clicking on Button shows a circle that overflows to other components on the screen.
See original GitHub issueIs there an existing issue for this?
- I have searched the existing issues
Explain what you did
I’m trying to create a button with some action event after the user press it, but this circle shows up when I press the button when trying the app on my Android phone. I’ve tried playing around with the styles that the button has to find a workaround, but nothing seems to work.
Expected behavior
The highlight/overlay should only be within the button component and not overflowing outside of it.
Describe the bug
On an Android device, clicking on Button shows a circle that overflows to other components on the screen. The color of the circle seems to be affected by the color of the text.
Steps To Reproduce
Modified the Snack on the LinearProgress preview: https://snack.expo.dev/jyQXXCHkt
(Changed the text color to red, so it's easier to see)
Open it on an Android phone and pressing the button will reproduce the issue.
Screenshots
Your Environment
react-native-elements: 3.4.2
react-native: 0.67.2
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9 (2 by maintainers)
Top Results From Across the Web
How to add a circle after each button click android?
1 Answer 1 ... While there are many ways of doing this, I'd like to show two ways of doing this: Simplest way:...
Read more >Reveal or hide a view using animation - Android Developers
There are three common animations to use when showing or hiding a view. You can use the circular reveal animation, a crossfade animation, ......
Read more >Set prototype device and starting point - Figma Help Center
You can also access these settings by clicking the Show prototype settings button when editing a connection. Device. Use Device settings to control...
Read more >Learn about the new Meet layout - Google Meet Help
When the screen is maximized, a clock appears on the bottom left. Microphone, camera, captions, hand raise, presentation controls, more options and hang...
Read more >Buttons: floating action button - Material Design
A floating action button (FAB) represents the primary action for a screen.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@arpitBhalla Sorry forgot to mention that emulator works fine, but on an actual phone is where the bug is happening. I’m using Samsung’s Galaxy S8 with Android 9.
@arpitBhalla I see what I can do to get us to React Native
Pressable
, any specific direction / instructions? would you mind assigning me this issue to work on (if possible) thanks!