zoranmil

Results 3 comments of zoranmil

open plugin.xml add line <config-file target="AndroidManifest.xml" parent="application">         <provider android:authorities="${applicationId}.provider" android:exported="false" android:usesCleartextTraffic="true" android:grantUriPermissions="true" android:name="android.support.v4.content.FileProvider">            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />        </provider>        </config-file>

Yes only warnings Build success

relace response.send(html, response.statusCode); to response.status(response.statusCode).send(html)