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
- kotlin list
- android custom view
- Python
- ktor api call
- doc2vec
- list map
- ChatGPT
- DiffUtil.ItemCallback
- getChangePayload
- 유튜브 요약
- AWS EC2
- 유튜브
- android ktor
- video caching
- android exoplayer
- Zsh
- ListAdapter
- ktor client
- ListAdapter DiffUtil
- exoplayer cache
- 스피너
- build with ai
- 안드로이드
- map
- ExoPlayer
- android
- llm
- 시행착오
- FastAPI
- kotlin collection
Archives
- Today
- Total
목록android webview (1)
버튼 수집상

안드로이드 웹뷰에서 setSupportMultipleWindows를 true로 세팅하면 웹에서 window.open()로 이동할 때 WebChromeClient의 onCreateWindow 함수를 타게 된다. 웹뷰 설정을 알고자 간단한 웹페이지와 앱을 만들어 테스트해봤다. 웹페이지의 구조는 이렇다. ① =새창=> ② => ③ => ① =새창=> ② => ③ => ① =새창=> ② => ③ ... 기본웹뷰 세팅 BaseWebview.kt import android.annotation.SuppressLint import android.content.Context import android.util.AttributeSet import android.webkit.CookieManager import androi..
TIL - 안드로이드
2024. 4. 1. 10:35