UIButton Click within a UITableViewCell
Hi, I am seeing a strange behaviour when using a UIButton within a UItableViewCell. When the button is clicked, the event is being called multiple times. Here is the code that I am using, when I ran...
View ArticleXamarin Profiler - Android App Crashes
When I start a profiling session via Visual Studio for Mac and attempt to use the Time Profiler, the app will run for ~10 seconds and then crash. The only thing I see is the SplashScreen. 03-16...
View ArticleMessagebox which fades away.
Hi Does anybody know, if there is a way to make a messagebox/infobox for Android, UWP and IOS, which pops-up with a message and then automatically fades away? Friendly regards nbs
View Article"Invalid Swift Support - The SwiftSupport folder is missing" when publishing...
Hello, I'm having this error when trying to publish an iOS application: "Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and...
View ArticleIs it preferable to use Xamarin Forms compared to Xamarin Android?
Been trying to learn Xamarin Android and I've noticed that google is showing "Xamarin Forms" resources instead of for Xamarin Android, I do understand that Xamarin Forms "maybe" more popular compared...
View ArticleMultiple behaviors on an entry
Hello guys I’ve had a lot of trouble implementing multiple behaviors on a entry I want to implement user input validation if the user type between integers, decimal numbers, date and text Hope you can...
View ArticleMultiple behaviors on an entry
Hello guys I’ve had a lot of trouble implementing multiple behaviors on a entry I want to implement user input validation if the user type between integers, decimal numbers, date and text Hope you can...
View ArticleMultiple behaviors on an entry
Hello guys I’ve had a lot of trouble implementing multiple behaviors on a entry I want to implement user input validation if the user type between integers, decimal numbers, date and text Hope you can...
View ArticleListView_ItemAppearing is called even though the page with the listview is...
Hi, I have some weird behavior with the item appearing event of listview. Page 1 has a listview with a method handling the item appearing event called ListViewConversations_ItemAppearing(); Page 2 has...
View ArticleDetect when phone is still
Hi there I was wondering if it is possible in Android and iOS to detect if phone is still, eather with GPS/Geofencing or Gyro I would like to fire an event when phone moves now it would be great if...
View ArticleLarge Label FontSize above 600 is not rendered
Is it a know issue when the large label font size above 600 is not rendered? Is there a workaround? Why I need this. I want to do a simple animation for a countdown where I display a huge number on the...
View ArticleHow to remove the picker edge on android
I need to remove this picker edge Before applying the rendering it presents the listing like this After applying the rendering it presents the listing like this **My Code: ** [assembly:...
View ArticleListView Ripple Effect
I have a ListView with a custom-made view as items. Like this: <ListView x:Name="CurrentItemsList" ItemsSource="{Binding CurrentItems}" HasUnevenRows="True" SeparatorVisibility="None"...
View ArticleTabbedPage height and title
Hi, I have put a TabbedPage so the buttons/tabbuttons are on the top of my screen. How can I set the height of them? I wand to add padding to it so its a little bit larger(in height) than default. How...
View ArticleR8 enabled gives build error: Compilation can't be completed because some...
Currently we are trying to change the Multi-dex from dx to D8 but unfortunately we are getting a build error after doing this. The build error we get is: R8 : warning : Missing class:...
View ArticleXamarin Font Override ???
I recently realized that changing the font size on Android and Iphones affects my app. How can I prevent this from happening? I am not entirely sure and I am obviously googling the wrong thing.
View ArticleXamarin Forms Fonts
I recently realized on Android and Iphones you can change the font size. This seems to affect the app I am using. How can I prevent that app from using the platform font sizes...being they can be set...
View ArticleShell visual hierarchy navigation vs Shell.Current.GoToAsync()
Good Day According to Microsoft https: docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/shell/navigation "When a route from the Shell visual hierarchy is navigated to, a navigation stack...
View ArticleIsVisible inside Control inside StackLayout inside ScrollView not work?
Hello! I use this scheme of form like this: Content= new ScrollView { HorizontalOptions=LayoutOptions.Fill, VerticalOptions=LayoutOptions.Fill, Content= new StackLayout {...
View Article