I have to load scorm content in my WebView.but failed load content and webview throws an error alert saying.. "unable to acquire LMs api content may not play properly and results may not be recorded" below is my code
webview.setWebViewClient(new WebViewClient());
webview.setWebChromeClient(new WebChromeClient());
webview.getSettings().setJavaScriptEnabled(true);
webview.loadUrl(remoteUrl);
please tell me if have any idea how to solve this. Thanks