BubbleShowCase-Android icon indicating copy to clipboard operation
BubbleShowCase-Android copied to clipboard

BubbleShowCase is a framework that let you to use informative bubbles to help your users pointing out different App features.

Results 52 BubbleShowCase-Android issues
Sort by recently updated
recently updated
newest added

When using: ```.listener(object : BubbleShowCaseListener { override fun onTargetClick(bubbleShowCase: BubbleShowCase) = bubbleShowCase.dismiss() override fun onClose(bubbleShowCase: BubbleShowCase) = Unit })` ``` Bubble won't dismiss when clicked.

Some foldable Devices there is an issue that its crash Fatal Exception: java.lang.IllegalArgumentException x + width must be

- IntelliJ IDEA 2021.2.3 (Ultimate Edition) - Kotlin: 212-1.5.31-release-546-IJ4638.7 - Samsung SM-G955F - ANDROID 9 - compileSdkVersion 30 buildToolsVersion "31.0.0" defaultConfig { applicationId "xxx.xxx.xxxx" minSdkVersion 23 targetSdkVersion 29 - implementation...

The library bubbles are wrong positioned in notch screens. It adds the notch height to bubble position y value so the bubble is shown on the item.

It would be nice to have a HighlightMode that doesn't include a bouncing animation, in case our UX team doesn't think it fits our product for whatever reason.

shape of showcase can be change? from rectangle to the circle ?

Can we remove target view blinking animation. no need it. how to stop it?