안녕하세요.
고고뜌지입니답
오늘은 웹뷰의 ERR_CACHE_MISS 에 대한 에러에 대한 포스팅을 할려고합니다.
해당에러는 음... 에뮬리에터에서는 문제가 없게 돌아갔는데 갤럭시에 설치하여 진행하였을때 해당 경로에 접속이 안되고 해당 에러가 떴습니다.ㅠㅠ
보니 권한 문제라 해서 해당 권한을 추가하고 실행하니 잘돌아감을 확인했습니다.
androidManifest.xml 파일에 추가해주세요!
<uses-permission android:name="android.permission.INTERNET"/> |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.pro_webview">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="pro_웹앱"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
감자합니답
'Flutter > - Useful Code' 카테고리의 다른 글
[icons] AOS app icons/앱 이름 변경 (0) | 2023.06.05 |
---|---|
[Appbar] appbar height 알아내는 법 (0) | 2022.12.14 |
[에러] setState() or markNeedsBuild() called during build (0) | 2022.12.14 |
image 시간에 맞게 경로 변경해주기 (0) | 2021.12.05 |
AppBar 뒤로가기 icon visible false 처리 (0) | 2021.11.20 |
댓글