Posts by Renan Mussatto • 27 points
4 posts
-
0
votes2
answers123
viewsQ: How to simulate button click on jQuery?
I have a function that performs by clicking a button on jQuery. $('.btnEntrega').click(function (e) {= idPrograma = $(this).data('id'); CoresFormasPlacas($(this).data('placa'),…
-
-2
votes2
answers86
viewsQ: I need help with Activityindicator in Xamarin.Forms
I have an application that works together with a server, where it needs to fetch some data. When I do this search, it usually takes a certain time and I would like to put a ActivityIndicator while…
xamarin-formsasked Renan Mussatto 27 -
1
votes1
answer225
viewsQ: How to compress images in Xamarin.Forms?
I am developing an application in Xamarin.Forms that uses the camera of the mobile phone to capture images, however, depending on the client’s mobile the image can reach up to 12MB, this is too much…
-
1
votes1
answer107
viewsQ: How to use Commandparameter in Xamarin.Forms?
Good afternoon. I have a button that is mounted as follows: <ImageButton Source="{local:EmbeddedImage ResourceId=CreativeAutoMobile.Midia.btnfoto.png}" BackgroundColor="#c3c3c3" WidthRequest="50"…