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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -