• Hi Marcus!
    Thanks for the great plugin!

    I am developing an Android app include a web view part.
    The web is developed by WordPress.
    So I need to make a single login for both the app and web view part, which I think should be done by ajax.
    I would be thankful if you could guide me how it is possible to have the logins with ajax by using the plugin.
    (the plugin works fine with the theme in the website but the problem is with logging in by an Ajax through the app login)

    Best regards,

Viewing 1 replies (of 1 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi, sorry for the late reply due to holiday season. Unfortunately, it’s not possible to do this without custom-coding.

    I’m not versed in Android Apps, but assuming it works as a browser, then in theory you should be inlcuding the JS files etc. and the AJAX should work automatically.

    If you’re asking for an API to log in of sorts, then you should just check in your browser what we send to which URL during the AJAX process and replicate that. E.g. in Chrome > Developer Tools > Network

Viewing 1 replies (of 1 total)
  • The topic ‘android login’ is closed to new replies.