LoginRadius / android-sdk

The LoginRadius Android library will let you integrate LoginRadius' customer identity platform with your native Android mobile application(s).

Home Page:https://www.loginradius.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebLogin using X/Twitter does not evaluate JavaScript.

boasmeier opened this issue · comments

I use the following code in order to start social login via X/Twitter:

LoginRadiusSDK.WebLogin webLogin = new LoginRadiusSDK.WebLogin();
webLogin.setProvider(SocialProviderConstant.TWITTER);
webLogin.startWebLogin(MainActivity.this,SOCIAL_LOGIN_REQUEST_CODE);

The resulting WebView does only display a blank page because external JavaScript files are not evaluated. How can I fix this?

LoginRadiusSDK Version

5.1.0

Android Version

14