Posts tagged webview
تگها:
webview1
android studio1
mohsen•1 سال قبل
ارسال شده در mohsen
رفع مشکل Android Webview gives net::ERR_CACHE_MISS message
به فایل AndroidManifest.xml باید کد زیر را اضافه کنیم:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
...
<uses-permission android:name="android.permission.INTERNET"/>
...
</manifest> ...
رای
0