Posts by Caio • 21 points
2 posts
-
1
votes0
answers8
viewsQ: Where can I get a customer secret by registering an Oauth id on google Android console?
I’m developing an app in Xamarin and wanted to publish in the play store for internal testing, but it’s necessary to create an Oauth client and that’s where it all gets complicated. I managed to…
-
1
votes2
answers200
viewsA: Identify if the mobile phone keyboard is open
You could check if the person is in a Mobile device: function verificacao() { var check = false; //wrapper no check…