uutkarshsingh
uutkarshsingh
Hi All, I am trying to find a library which would work for Xamarin.Forms. I did find someone raising the issue in some other thread but not getting an answer....
I wish to show the native app and not the webview for logging in. I think this can be done using LoginBehavior for the LoginButton class but unfortunately it is...
I have the following code in a function ``` return Database.createDatabase() .then((database)=> { return insertSurvey(parsedData,database) }) .then((outa)=>{ console.log(outa) }) ``` The createDatabase enables sqlite promises The insertSurvey code is as...