Can't dismiss bubble by clicking on background dim or bubble
See original GitHub issueWhen using:
override fun onTargetClick(bubbleShowCase: BubbleShowCase) =
bubbleShowCase.dismiss()
override fun onClose(bubbleShowCase: BubbleShowCase) = Unit
})`
Bubble won’t dismiss when clicked.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
How to Disable Notification Bubbles on Android - How-To Geek
Disable Bubbles for Specific Conversations Tap “Manage” under the pop-up window. This opens a context menu of options for the app. Tap “Don't...
Read more >double tapping on backgrounds is showing 2 bubbles #27
Hi, I want to show next sequence bubble when background is clicked. Issue is when the user taps on background twice then 2...
Read more >Bubbles - Android Developers
When the bubble is collapsed or dismissed the activity will be destroyed. This may result in the process being cached and later killed,...
Read more >How to dismiss a Twitter Bootstrap popover by clicking outside?
Demo 2: Not dismissing when clicking inside the popover content ... Dismiss all popovers when clicking outside with this code: $('html').on('click' ...
Read more >Containers - Bubble Docs
When checked, the element will not trigger a workflow when clicked nor will the user's cursor change to a pointer when they hover...
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
would it be possible to add another listener method for the bubble?
How to hide BubbleShowCase automatically after 5 seconds?