Posts by Bruno A. Klein • 163 points
6 posts
-
0
votes2
answers180
viewsA: Xamarin Webview Keyboard above the site
Put that in your App.Cs Xamarin.Forms.PlatformConfiguration.AndroidSpecific.Application.SetWindowSoftInputModeAdjust(this,…
-
2
votes1
answer277
viewsQ: Device keyboard is over Input
I have an application in Xamarin using Hybriwebview (HTML screens). Inside it I have a text input at the bottom of the screen and when I click on the input the keyboard of the phone is over my…
-
6
votes8
answers2223
viewsA: Error: not all code paths Return a value
Try to put the Return statement out of the if. private List<componente> ObterLista(string nome_componente) { MySqlConnection caminho = new…
-
-1
votes3
answers878
viewsA: How to Get JSON Data
Use Jquery’s getJSON function: <!DOCTYPE html> <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script>…
-
0
votes3
answers843
viewsA: How to extract a specific text from a string via Javascript
I recommend using 2 inputs, one for the question and one for the answer. We always have to hope that the user will do it the wrong way, that is, do not put the "p:" and the "r:" the right way, if…
-
8
votes1
answer119
viewsQ: Design has more than 65536 methods
When adding the Analytics Package to the project, an error occurred in the project. As explained on this blog , the error occurs when the project has more than 65536 methods (only the added Google…