티스토리

surfharu
검색하기

블로그 홈

surfharu

surfharu.tistory.com/m

surfharu 님의 블로그입니다.

구독자
0
방명록 방문하기

주요 글 목록

  • webview 사용 시 "Uncaught (in promise) TypeError: Cannot read property 'getItem' of null" 기본 브라우저(크롬) 에서는 잘 뜨던 페이지가 webview로 띄우면 아래 오류로 안뜨는 경우가 있다. "Uncaught (in promise) TypeError: Cannot read property 'getItem' of null" webview 설정시 domStorageEnabled 옵션을 추가해준다. 로컬 저장소 사용여부를 허용해 주는 옵션이다. webview.apply { webViewClient = WebViewClient() settings.javaScriptEnabled = true settings.domStorageEnabled = true } 공감수 0 댓글수 0 2022. 6. 21.
    문의안내
    • 티스토리
    • 로그인
    • 고객센터

    티스토리는 카카오에서 사랑을 담아 만듭니다.

    © Kakao Corp.