We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I capture google map fragment result is black screen with logo google
My lib version implementation 'com.github.tarek360:instacapture:2.0.1' implementation 'com.google.android.gms:play-services-maps:17.0.0' implementation 'com.google.android.gms:play-services-location:17.0.0' implementation 'com.google.android.gms:play-services-places:17.0.0'
My layout
<androidx.coordinatorlayout.widget.CoordinatorLayout android:layout_width="match_parent" android:layout_height="match_parent"> <fragment android:id="@+id/map" app:layout_behavior="@string/appbar_scrolling_view_behavior" android:name="com.google.android.gms.maps.SupportMapFragment" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".activity.main.MainActivity" /> </androidx.coordinatorlayout.widget.CoordinatorLayout>
The text was updated successfully, but these errors were encountered:
I'm try to remove android:hardwareAccelerated="false". It's worked
Sorry, something went wrong.
No branches or pull requests
When I capture google map fragment result is black screen with logo google
My lib version
implementation 'com.github.tarek360:instacapture:2.0.1'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.android.gms:play-services-places:17.0.0'
My layout
The text was updated successfully, but these errors were encountered: