Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 스위프트 카메라
- 앱 꺼졌을 때 푸시 데이터 저장
- Flutter UIKitView MethodChannel
- 안드로이드 FCM
- 푸시 데이터 저장
- 스위프트 테이블 뷰 셀
- NotificationService Extension
- 안드로이드 숏컷
- 안드로이드 바로가기
- swift 문자
- 스위프트 앨범
- Swift flutterviewcontroller
- swift sms
- silent push
- 플러터 뷰 컨트롤러
- 스위프트 푸시
- 앱 백그라운드 푸시 데이터 저장
- flutter 회전
- 노티피케이션 익스텐션
- flutter rotate
- 스위프트
- 안드로이드 앨범
- 안드로이드 에러
- 스위프트 UserDefaults
- swift autolayout
- native flutter view
- FlutterView MethodChannel
- Flutter NativeView
- 스위프트 웹뷰
- Swift flutterview
Archives
- Today
- Total
목록webview clear cache (1)
Things take time
[Android] Webview 쿠키, 캐시, 히스토리 등 웹데이터 삭제
[코드] webView.clearCache(true); webView.clearHistory(); // 자동완성은 8.0부터는 내장되어 아래 함수 안먹음 webView.clearFormData(); if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) { CookieSyncManager cookieSyncMngr=CookieSyncManager.createInstance(MainActivity.this); cookieSyncMngr.startSync(); CookieManager cookieManager=CookieManager.getInstance(); cookieManager.removeAllCookie(); cookieManager.removeSes..
Android(기능)
2017. 12. 20. 11:55