oauth - Linkedin Login work via browser but not in the WebView -


I've followed it, and tried to include it in my webview.

Why?

Is it possible to login through LinkedIn on webvanson or is it impossible?

Thank you in advance.

Grace

Please try it: it is to ignore and leave https Sample for

  webView = (WebView) findViewById (R.id.webView1); Web settings settings = webView.getSettings (); Settings.setJavaScriptEnabled (true); Settings.setDomStorageEnabled (true); WebView.setWebViewClient (new MyWebViewClient ()); WebView.loadUrl ("http://www.Linkedin.com"); Private class MyWebViewClient WebViewClient extension {@ Override public boolean should override URL loading (webview view, string url) {webView.loadUrl (url); Back true; } @ Override Public Zero Reciprocal SSLLR (WebView Visualization, SSLERHurdler Handler, SSL Error) {Super. Revised SSLR (see, handler, error); Handler.proceed (); }}  

Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -