카테고리 없음
안드로이드 webview 화면 회전시 리로드 되거나 앱이 죽을때
Dream Come True
2017. 10. 3. 02:13
반응형
안드로이드 webview 화면 회전시 리로드 되거나 앱이 죽을때
manifest -> <activity -> 다음을 추가 하라
android:configChanges="orientation|screenSize"
반응형