Skip to content
Guillaume Gendre edited this page Apr 29, 2019 · 5 revisions

Ajax works great to any domain from cobalt webviews.

Android security tip

Ajax calls from webview need this permission in your manifest.xml :

<uses-permission android:name="android.permission.INTERNET" />
Clone this wiki locally