본문 바로가기

코딩하는 일용직 노동자

검색하기
코딩하는 일용직 노동자
프로필사진 bacass

  • 분류 전체보기 (165)
    • 안드로이드 (149)
    • 기타 (9)
    • Dart (4)
    • Lua Script (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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
  • 웹뷰
  • Github
  • 깃헙
  • 안스
  • coroutine
  • ADB
  • build
  • Retrofit
  • 스튜디오
  • Gradle
  • error
  • 유튜브
  • dart
  • 에러
  • 코틀린
  • WebView
  • 레트로핏
  • studio
  • flow
  • 안드로이드 스튜디오
  • 안드로이드
  • Kotlin
  • MVVM
  • 코루틴
  • RecyclerView
  • 안드로이드스튜디오
  • Android
  • viewpager
  • image
  • 의존성주입
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Source (1)

코딩하는 일용직 노동자

WebView 에서 로드된 html 소스 가져오기

안드로이드 웹뷰에서 불러온 html 페이지의 소스를 얻어내는 방법. fun initView() { webView.settings.apply { this.setSupportMultipleWindows(false) // 새창 띄우기 허용 this.setSupportZoom(false) // 화면 확대 허용 this.javaScriptEnabled = true // 자바스크립트 허용 this.javaScriptCanOpenWindowsAutomatically = false // 자바스크립트 새창 띄우기 허용 this.loadWithOverviewMode = true // html의 컨텐츠가 웹뷰보다 클 경우 스크린 크기에 맞게 조정 this.useWideViewPort = true // html의 viewpo..

안드로이드 2020. 7. 20. 15:27
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바