Dmitrii Riazantsev

Results 12 comments of Dmitrii Riazantsev

Provided stack trace happen because session is not initialized yet but you try to 'take picture'. It's easy to reproduce on many devices by pressing 'rotate camera' + 'take picture'...

> When my app loads, I use that listener to center the map where the user is You could separately subscribe to location provider and move map as you wish.

Provided example tries to download ``` url: https://www.nationalphotonic.com/product/datasheet-asys-dbell-110/ contentDisposition: inline; filename="ASYS-dBELL-110-230321-Mod-230405-compressed-hzoaog.pdf"; mimeType: application/pdf ``` DDG downloads provided URL as requested but there is an HTML under this url. Reason why...

> Most of the time when i push the fullscreen button whole screen goes blank including search bar and the site became unusable. Its not always but annoying amount. >...

Seems like it depends on webkit location impl and how it's done on web. Here's a bit modified https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_geolocation ``` Click the button to get your coordinates. Try It var...

It happens when you try add newer facebook sdk for android and use ASNE same time. ASNE uses `private Session.StatusCallback` And Session like many other classes is not available in...

Found more context: We put map inside container which has imePadding() ```kotlin Column( modifier = Modifier .fillMaxSize() .imePadding() ```

Observation: it's not a SW issues probably but smth with HW rendering (maybe buffers for drawing on screen). https://github.com/mapbox/mapbox-maps-android/assets/1395176/dab6e0dc-546f-400f-8f6c-c6968e32faf9

> > Observation: it's not a SW issues probably but smth with HW rendering (maybe buffers for drawing on screen). > > EABF51FD-2C64-4DFD-8E03-A8032F4E9702.MP4 > > @dryaz thanks for reporting! In...

And about that case of going to recent (which I believe should be a case). On the very first run of the app apps goes well to recents BUT next...