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 | 31 |
Tags
- 노티피케이션 익스텐션
- NotificationService Extension
- 안드로이드 바로가기
- 스위프트 UserDefaults
- Swift flutterviewcontroller
- 스위프트 푸시
- 스위프트 앨범
- flutter 회전
- 앱 백그라운드 푸시 데이터 저장
- flutter rotate
- silent push
- Swift flutterview
- swift autolayout
- 플러터 뷰 컨트롤러
- swift sms
- 스위프트 웹뷰
- Flutter UIKitView MethodChannel
- swift 문자
- Flutter NativeView
- FlutterView MethodChannel
- native flutter view
- 스위프트 카메라
- 스위프트 테이블 뷰 셀
- 안드로이드 숏컷
- 안드로이드 에러
- 앱 꺼졌을 때 푸시 데이터 저장
- 안드로이드 앨범
- 푸시 데이터 저장
- 안드로이드 FCM
- 스위프트
Archives
- Today
- Total
목록webview clear history (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