Intégration d'une chatbox dans une webview
<html><head><script src="...loader.js"></script></head><body></body></html> webView.getSettings().setDomStorageEnabled(true);
webView.getSettings().setJavaScriptEnabled(true);Mis à jour
Ce contenu vous a-t-il été utile ?