Florian Grashaftl

Results 20 comments of Florian Grashaftl

@henrytao-me I found a workaround for the issue, which is nowhere near optimum, but for my requirements it works fine and it could be a start for a solution. **First**...

@henrytao-me Due to the nature of the workaround ( basically duplicating touch events ) there are a few side effects. It can happen that 2 touches at the same time...

@henrytao-me I found another possible workaround which is a bit nicer since it does not require a custom CoordinatorLayout and will work for clicks in the header only. ``` @CoordinatorLayout.DefaultBehavior(SmoothAppBarLayout.Behavior.class)...

I am still investigating this issue. And it seems that after some amount of `zooming out` and `zooming in`, the format expressions appear as expected. I have tried to create...

@knov I am seeing the above mentioned issue still in `9.4.0`-`9.5.0` and additionally a similar issue resulting from a pan when using a clustered geojson source. I have made a...

@tobrun Is there any update on this issue. It is still present in all `10.x` versions of the Android SDK?

@ZiZasaurus We have noticed the same issue also in the Android SDK 10.4.1. A workaround for us is not really an option since we have a rather complex setup of...

@ZiZasaurus Any idea on the timeline for a fix for this? This is somewhat of a major blocker for our project since it inevitably means that, users will click on...

@kiryldz Unfortunately I am not able to pinpoint the exact location of the crash since it seems to happen on the animation thread somewhere after a `flyTo` animation was started....

What I forgot to mention is that it is happening rather rarely for my app, so it has not a big impact at the moment. Which again means it is...