Khit

Results 16 comments of Khit

Hey Guys, Thanks for sharing. Also have faced the same issue. this works fine `com.google.firebase:firebase-bom:32.8.1` and `com.google.firebase:firebase-crashlytics-gradle:2.9.9`

> Try adding clipToBounds to your modifier DrawBox modifier: > > ``` > Box( > modifier = Modifier > .padding(top = 8.dp) > .fillMaxSize(0.75f) > .border(width = 1.dp, color =...

On 200.4.0 version, there is an option ` mapView.interactionOptions.apply { isRotateEnabled = false }`

@SAGARSURI Did it work? I tried both Google APIs and Google Play Store. It doesn't work for me. Pixel 9 API 36

> [@JustKhit](https://github.com/JustKhit) is your app a native Android (Kotlin or Java), or React Native or Flutter? Hi, it's a native app running on android emulator.

> no, I mean the Android app that you need to capture HTTPS traffic on your Emulators. > > Here is the demo that we've made today: https://www.youtube.com/watch?v=CWInB7gZj6g Sorry. Updated....

I re-installed Proxyman and create a new emulator, Pixel 9 Pro API 36.1 Google APIs. I couldn't make a network request in the app. Everything seems setting up properly Screenshot...

> ok, `Pixel 9 Google Store Emulator` it's a problem. It's Google Play version. > > Please create Pixel 6 with Google APIs, it will work. Google Play Store/Play version...

That's right. Accessing google.com is fine. It's probably some configurations on my app. The app is using Retrofit and Okhttp for networking, and it does have network security config setup....