Mike Dunn
Mike Dunn
Can you post your project somewhere I can view it?
Have you tried previous stable, 2.7 something?
I'll give it a shot tonight or tomorrow
I ran it briefly when a I had a down minute at work. Since you're URLs are HTTPS (rather than HTTP), you probably want tochange line 16 of `StreamProviderHttps` to...
Yeah that is weird. As I said, I'll take a look when I can, but I'm don't have time for any major upgrades (like refactoring remote images) to until probably...
I'm not saying that the issue is absolutely around the HTTP request, or specifically the long-lived nature of the HTTP request, but I can see now it might: we have...
Totally understandable, and good luck with your project! Just for documentary purposes, and future readers, this bug only applies to remote tiles (tile image files on a web server, fetched...
You're correct, in and Android View system, scaling a View will not affect it's layout or hit area. You can manage those manually, or use `HotSpots` at those areas. In...
thanks for posting that - we get a ton of questions about scaling markers, so now i have something to link :)
That's great! Definitely put it in a (new) Plugin and create a PR. please remember to use the existing code style, and if you can update the demo to show...