I have a wordpress site and an android app using webview, is it possible to get the current user info from wordpress to android?
Asked
Active
Viewed 231 times
-1
-
if the info is shown on the page, you can call a JS method from Android into WebView, This method will return some string (your parser user info) back into the Android Java code. – Vladyslav Matviienko May 29 '17 at 10:35
-
I want to detect if the user is an admin, and I dont want to show it on page. I found a solution by creating my own cookies – Basara Toujo May 30 '17 at 07:24