JosephNK / flutter_kakao_login

A Flutter plugin for using the native Kakao Login SDKs on Android and iOS.
BSD 2-Clause "Simplified" License
35 stars 15 forks source link

Status hide the webview on S7 #41

Closed nguyenxuankiet262 closed 3 years ago

nguyenxuankiet262 commented 3 years ago

image

JosephNK commented 3 years ago

ref., https://devtalk.kakao.com/t/status-bar/109439/2

<activity
        android:name="com.kakao.auth.authorization.authcode.KakaoWebViewActivity"
        android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>

@nguyenxuankiet262 couldn't checked it.. try it

nguyenxuankiet262 commented 3 years ago

yes it worked but the status bar disappeared too

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.