Image height not auto adjust
Hello, I have an Image wich is located inside a Stacklayout (no height set). I would like to size the image to 100% width of the Stacklayout and the height dynamically. I've tried all Aspect...
View ArticleApp Link in Android
I am trying add an app link so another application can launch and pass some data to my app. I have it working on my Xamarin IOS app, but can't seem to get it to work on android. The url/link in IOS is...
View ArticleApp Link in Android
I am trying add an app link so another application can launch and pass some data to my app. I have it working on my Xamarin IOS app, but can't seem to get it to work on android. The url/link in IOS is...
View ArticleWhat UI component should I choose ?
What UI component should I choose in order to obtain something like this ?
View ArticleButton style
Hi. There is some default style for the button highlighted in the picture attached here ? Thanks
View ArticleError build on Iphone after update
Yesterday i update my iphone to version 13.4.1 Sinds then i have an error building to my Iphone in visualstudio for Mac ( image Catalina) I know the free space is below the 3 gigabyte because then...
View ArticleUse Tapgesture in Collectionview
I have a collectionview and want to use TapGestureRecognizer i think for getting the name of Binding "Team1". The plan is get the name of Team1 in the Collectionview and go to other page with more...
View ArticleUnhandled exception: System.ComponentModel.Win32Exception (0x80004005)
After a few sucessfull helloworlds deployed to an android Tablet, VisualStudio2019 started showing this: Even if i start a simple blank xamarin project with crossplatform the error is the same. Now,...
View ArticleAnimations not working on Android Device
Hi Everyone, I'm currently trying to get some animations to work with my Xamarin.Forms app- when I develop locally using the Emulator the animations look fine (albeit slow because its emulate), however...
View ArticleSkiaSharp PNG Header
Hi, Apologies if this seems a bit vague! I can create an image in SkiaSharp and save it as a PNG file. This is only saved at 96 dpi, but having looked into PNG header files, I know I can change values...
View ArticleThere is no option to set ARC flag in xamarin ios build configurations.
For one of my applications apple has raised warning as Automatic Reference Counting is not enabled. In the previous version of visual studio there was one checkbox for enabling ARC but now we don't...
View ArticleXamarin.Google.Android.Places (android 9) stop working after switch to d8/r8...
I recently upgraded my xamarin android solution to android x along with (d8/r8) compiler/shrinker and now autocomplete is not working. The error is "Can't load search results. Try again". Can someone...
View ArticleTracking your current location in SkiaSharp
SkiaSharp displays a map, and the mark of the current location is displayed on the map in the middle of the map, but even if I move the map, it is displayed in the middle. I want to move the current...
View ArticleHow to change circle color of RadioButton for Android?
AppCompatRadioButton is inside. How can we change the color of circle and border around it?
View ArticleUsing HTML for a Label -- font changed unexpectedly
I have a lot of design now using large Label controls with text, but now of course someone wants these to have some minor formatting (bold, italic). I'm hoping I can easily do this with...
View ArticleIs UWP support for Xamarin.Forms going to have a slow and painful death
So have to ask, In VS2019 there is no option to create the project with UWP only iOS and Android. In Xamarin.Forms new features such as Visual and Shell only support iOS and Android. Slow death march...
View ArticleLaunching Running app Soon but wish to give free trail before charge of app...
Hi I wish to give my users of my new running app seven days free trail before charging their debit card in ios store. Is this sort of functionality done at the store level or do I also need to code for...
View ArticleHow to Refresh CollectionView ItemTemplate
xaml: <ContentPage.Resources> <ResourceDictionary> <Style x:Key="darkerButton" TargetType="Button"> <Setter Property="BackgroundColor" Value="#ddd"/> <Setter...
View ArticleNavigationPage TitleView Template
I want it to look like the photo on the right. How can I make distances between them?
View ArticleSaving xml files on extern USB-Stick
Hey, this is my first thread in this forum. My history: I just began developing in Xamarin forms. I´ve got a problem: I have a xml file in the following folderpath on my tablet storaged (var...
View Article