Renz

Results 34 comments of Renz

In my case the ads shows in release apk but when i uploaded it to playstore the ads wont show. I have no clue where to debug

> Hi Team, > > I have given "allowOldDates" as "false" but still i am able to set old dates. what platform are you reffering to? allowOldDates is for IOS...

> Use this to fix the error temporary. > > ` > import { Component, ChangeDetectorRef } from '@angular/core'; > > setTimeout(() => { > window.document.body.style.backgroundColor = '#FFF'; > this.ref.detectChanges();...

is there any turn around for this ? i really need the fix today

This solution does not work as mentioned here [link](https://github.com/googlemaps/android-maps-compose/issues/78#issuecomment-1090433897) Please re open this issue and make sure to test it for yourself before accepting a solution

clustering should be part of the next milestone I don't know why google is not prioritizing this its such a critical part of performance

I am using the sample clustering using MapEffect but the info window of the markers are not kept open when navigating back to the map. How can i solve that?

> Check the size for each media object whether it is zero or not. I fixed my problem like that. > > ` val projection = arrayOf( MediaStore.Files.FileColumns.SIZE, ................................................ )...