Posts by Tiago_nes • 109 points
5 posts
-
-1
votes5
answers1555
viewsA: How to display DIV if radio is marked?
Why don’t you use the attribute Hidden? And you can test here <form onchange="myFunction();"> <label for='div1'>Opção 1</label> <input type='radio' id='div1' name='consulta[]'…
-
0
votes1
answer211
viewsA: How to use Android.Hardware.Camera2 in Xamarin
Use of the Availabilitycallback class https://github.com/xamarin/monodroid-samples/blob/master/android5.0/Camera2Basic/Camera2Basic/Listeners/CameraStateListener.cs…
-
0
votes1
answer211
viewsQ: How to use Android.Hardware.Camera2 in Xamarin
I’m having a little trouble figuring out how to use it Android.Hardware.Camera2; how the Opencamera() method works and what you enter as a parameter in Availabilitycallback. Can someone help me? if…
-
0
votes1
answer89
viewsA: When trying to install app it hangs on the message "Preparing Debugger support for iPhone"
After long hours of research and found that mine Virtualbox was connecting the devices by USB 1.0 As soon as I installed the Extensions Pack and changed to USB 2.0 the app has already moved to…
-
0
votes1
answer89
viewsQ: When trying to install app it hangs on the message "Preparing Debugger support for iPhone"
I can’t install my app on iPhone get stuck in this message: "Preparing Debugger support for iPhone" Illustrative image: I tried every answer to this question and nothing worked Following this…