Skip to content
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

GoogleApiClient Map fragment turns unclickable upon using its view on BubbleShowCaseBuilder #51

Open
vishshaz opened this issue Jan 6, 2021 · 0 comments

Comments

@vishshaz
Copy link

vishshaz commented Jan 6, 2021

I have a use case where BubbleShowCaseBuilder is used on GoogleApiClient map view on Android.

The usage is as follows:

BubbleShowCaseBuilder googleMapBuilder = new BubbleShowCaseBuilder(this).arrowPosition(BubbleShowCase.ArrowPosition.BOTTOM)
                .title("Long press the map to change the location.").targetView(findViewById(R.id.map));

new BubbleShowCaseSequence()
                .addShowCase(googleMapBuilder)
                .show();

R.id.map is the map fragment's Id.
The code above is run inside an activity as defined below inside the onMapReady() overridden method:

public class MapsActivity extends FragmentActivity {}

After the above piece of code runs, the map view becomes unclickable. Am I missing something here? Is it even possible to use BubbleShowCase on a map fragment?

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

No branches or pull requests

1 participant