반응형
error: cannot find symbol
settings.setAppCacheEnabled(false);
^
symbol: method setAppCacheEnabled(boolean)
location: variable settings of type WebSettings
https://web.dev/appcache-removal/#migration-strategies
AppCache 제거 준비하기
Chrome 및 기타 브라우저의 AppCache 제거 계획에 대한 세부정보입니다.
web.dev
해당부분 제거
settings.setAppCacheEnabled(false);
반응형
'모바일 > Android' 카테고리의 다른 글
configChanges : 화면 회전시 상태유지 (0) | 2022.12.20 |
---|---|
발견된 문제: 데이터 보안 양식 잘못됨 (0) | 2022.12.07 |
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent (0) | 2022.05.16 |
WEBVIEW에서 WEBRTC 권한관련 (0) | 2022.04.04 |
videojs fullscreen landscape (0) | 2021.03.22 |