Questions tagged as 'xamarin'

0
answers

Xamarin iOS - Open URL after opening app

Good afternoon, I need to make 2 very simple applications that only display a splash image, and then open a URL in the browser. I was able to do it easily for Android, but I'm having a hard time developing for iOS on Xamarin. I tried to us...
asked by 30.01.2018 / 19:16
1
answer

How to make a round button using xamarin.forms

This code is not working inside a Grid as layout <Button x:Name="btnTeste" Text="Click Me!!" Grid.Row="3" Grid.Column="1" BackgroundColor="Black" BorderRadius="50" HeightRequest="100" WidthRequest="100" TextColor="White"/> What should...
asked by 29.01.2018 / 20:05
1
answer

Xamarin: Android app does not load Https images

I'm developing a Multiplatform App in Xamarin and I'm not able to load https images from an api. If I perform a build in Windows Phone the images are normally loaded already in android, so I ask, how to fix? See the images Android: U...
asked by 03.02.2018 / 15:04
1
answer

Exception System.IO.NotFound to access resx files in Xamarin Forms

Good afternoon. I'm having a problem accessing defined values in resx files from shared code in Xamarin Forms. No failure to compile, but upon execution I get an exception of type File.IO.NotFound, as if the resource file did not exist inside the...
asked by 30.01.2018 / 16:05
0
answers

Get current webView url in xamarin

You can get the current url of a WebView. I need it to be monitoring from minute to minute which url the user is. I have not found a solution, is this possible?     
asked by 25.01.2018 / 16:23
0
answers

Error generating apk onsen io

Good morning, I'm not able to build the apk in Visual Studio. I'm using the Onsen IO. When generated by Monaca it triggers some commands but from the cordova to generate the version debug or release, however I need to generate in the machine...
asked by 25.01.2018 / 14:32
0
answers

Exception when trying to run SetOn implements from the MediaPlayer Xamarin API

When I run my Xamarin Forms application with the MediaPlayer API of the error and the program stops running from these lines below; player.SetOnBufferingUpdateListener (this); player.SetOnCompletionListener (this); player.SetOnErro...
asked by 24.01.2018 / 01:37
0
answers

Setting Permissions on Xamarin.Forms.Maps

I'm trying to make a call that will use a map and should pick up the current location and plot a route to the destination location. The problem is that I can not configure the permissions to access the device information, even though I put the p...
asked by 28.01.2018 / 01:50
0
answers

VideoView Android Xamarin play video sequence

How to make the application below wheels the two videos in sequence. namespace AppExibeVideo { [Activity(Label = "AppExibeVideo", MainLauncher = true)] public class MainActivity : Activity { VideoView video; protected override void On...
asked by 17.01.2018 / 02:27
0
answers

How to load more than one image into a grid layout xamarin

I'm trying to load more than one image into rows / columns. Only the image for row = 0 and column = 0 is loaded. The others do not. I made several attempts, inside stacklayout, outside, at the beginning, in the middle and at the end of the gri...
asked by 17.01.2018 / 20:41