Skip to content

WebLogin using X/Twitter does not evaluate JavaScript. #10

@boasmeier

Description

@boasmeier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions