Posts by Ricardo Malias • 53 points
6 posts
-
1
votes1
answer132
viewsA: Add link in <a onclick
Daniel Your click is not working because your logo tag is on top of the link you created. Comment or remove the line below and make a test, you can click on the link: <a…
-
0
votes1
answer45
viewsA: Webview does not read with some javascript codes
I discovered the problem by reading the JS that the page ran, the onclick was working, the purpose of it was to run a JS function and submit a form, in the submission had a redirect coming from…
-
0
votes1
answer45
viewsQ: Webview does not read with some javascript codes
I’m having a problem using Swift webview, I noticed that some javascript codes inside the loaded page do not run. Example: onclick="functionMuitoLegal()" But if I do the same thing using React on…
-
3
votes2
answers103
viewsQ: String deserialization
I caught the Retrofit Drivers field from the following json: { "Drivers": [ { "DriverID": 0, "Latitude": -23.642276336, "Longitude": -46.634615118 }, { "DriverID": 1, "Latitude": -23.64227916,…
-
1
votes0
answers32
viewsQ: Prompt on android Lollipop with misaligned button
I have a problem in a prompt, on Android Kitkat (19) or previous version looks like this: But in Lollipop or newer versions it is misaligned: Follow the code of the Lieutenant who makes this code:…
-
0
votes2
answers243
viewsA: Google Play Services generating errors
It seems some problem with Gradle, go to Tools > Android > Sync Project with Gradle Files and see if it solves. Also checks that your play services SDK is up to date on the latest Revision 27.…