하이브리드 앱 개발할때 webview를 쓰는데 이때 lazy loading 할 때
느릴 수가 있다...
이때
"URL 주소" was loaded over HTTPS, but requested an insecure image. ~~ This request has been blocked; the content must be served over HTTPS.", source
이런류의 로그가 발생하면 진짜 엄청 버벅거린다
웹에서 HTTPS 관련 리소스만 사용하도록 변경하면 해결된다
(안드로이드 말고 웹 프로그램을 수정해야함)
'Android > Technic' 카테고리의 다른 글
DialogFragment 뒷 배경 지우기 (0) | 2021.06.10 |
---|---|
startActivity 에서 Calling from outside of an Activity 에러 해결법 (0) | 2021.06.03 |
Android webview debugger 사용하기 (2) | 2021.05.21 |
안드로이드에서 Video 로딩 시 이상한 그림(Poster) 안 뜨게 하는 방법 (0) | 2021.05.21 |
Javascript Interface 사용 방법 (4) | 2021.05.07 |
댓글