Closed seregin-pro closed 3 years ago
Yes, this is due to a major change to file access API in Android 30: https://developer.android.com/about/versions/11/privacy/storage https://stackoverflow.com/questions/63128749/unable-to-load-local-html-file-on-api-level-30
Version 2.0.20 should fix that now.
It is strange but when I set targetSdkVersion 30 images don't load. When targetSdkVersion 29 or web address normal.
android { compileSdkVersion 30 buildToolsVersion "29.0.2" defaultConfig { applicationId "ru.pro.seregin.mynotes" minSdkVersion 22 targetSdkVersion 30 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }