Frosted glass effect for a layout
How to achieve frosted glass effect for a layout (not just an image) in an xamarin-android app. Any leads. I tried to search the web, but did not find much. Thanks
View ArticleHow to check which nuget is using UIWebView? (ITMS-90809: Deprecated API Usage)
I updated app to Xamarin.Forms 4.5.0.356, also followed https://devblogs.microsoft.com/xamarin/uiwebview-deprecation-xamarin-forms/ , but still got ITMS-90809 warning. I'm not using UIWebView in my...
View ArticleSlider Behavior in ScrollView
I have a fairly complicated hierarchy of controls, going from a ScrollView to a ListView, to a StackLayout with a combination of buttons and a slider. If a user scrolls the page, they can start the...
View ArticleNeed assistance with IOS deployment
Hello, We have created a simple Xamarin.Forms app. Testing is complete, and we are now deploying to the ~10 persons that will use it. We have successfully deploy the Android and Windows Apps, but...
View ArticleHybrid AOT
Hi is it just me or <AotAssemblies>true</AotAssemblies> <AndroidAotMode>hybrid</AndroidAotMode>...
View ArticleHttpClient fast in android, but too slow in iOS
Help please, I'm developing cross platform app using Xamarin, which will call my webapi. All my call using the app are faster for android and even via fiddler (directly talking with my webapi). But...
View ArticleHttpClient fast in android, but too slow in iOS
Help please, I'm developing cross platform app using Xamarin, which will call my webapi. All my call using the app are faster for android and even via fiddler (directly talking with my webapi). But...
View ArticleXamarin Webview Cookies property
Hi, in the docs I read that "which is then set as the value of the WebView.Cookies bindable property": webView.Cookies = cookieContainer; But I get an error, since there's no Cookies property for...
View ArticleBluetooth classic implementation for Android(No BLE)?
Hi all, I would like to know how to implement classic bluetooth with xamarin. Would you have a link for me to look at?
View ArticleHow to the CSS for each platform in the App.xaml?
I've tried and tried but can't get this to work. Maybe it's not possible. I would like to load a css file per platform. Here's what I've tried. <?xml version="1.0" encoding="utf-8" ?>...
View ArticleC# Xamarin Forms Items not set in a Grouped ListView
I am trying to set the ItemsSource of a ListView from a nested ObservableCollection List. While HeaderGroups are being created, Items in the groups are empty. Any idea? Here is my code: `public class...
View ArticleHow to change button location in Relative Layout in Xamarin Forms
So I've been stuck on this for a while and i can't seem to figure it out. I'm using Relative Layout in Xamarin Forms and I want to change the location of the button on a clicked event in the C# File...
View ArticleScrollToAsync doesn't run when I first start the app
Hi everyone! So what I am trying to do here is to open the app in the exact same point that I left it last time. My app consists in just a CarouselPage with several ContentPages, so I need to remember...
View ArticleAzure Notification Hubs with xamarin forms ios 13.5 or later ??????
Azure Notification Hubs still doesn't work with xamarin forms 13.5 or later?
View ArticleUgly code into pretty
Hello, How can I write code from a picture using a loop? VjezbaX is ImageButton
View ArticleNowPlayingItem for SystemMusicPlayer broken
It seems Property NowPlayingItem for MPMusicPlayerController of Type SystemMusicPlayer is completely broken. In my existing App as well as in a fresh project, these lines of code var...
View ArticleSelectionChangedCommand issue on CollectionView
In my app from main page when I select an Item it navigates to next page as per selected Item ID, but when I return back to main page and try select same Item again, I can't select same Item, Note:...
View ArticleAppThemeBinding not working
Hi, Using latest Xamarin Forms 4.7.0.968. SfButton.BackgroundColor="{AppThemeBinding Light={StaticResource PrimaryColorLight}, Dark={StaticResource PrimaryColorDark }}" is not working. Thank you
View ArticleMigration Android Support Library to AndroidX
I migrated android support library to AndroidX and using xamarin.androidx.migration, I found using Android.Support. and in the app implementation using Android.Suppot. From using AndroidX. I thought it...
View ArticleXamarin Forms ListView strange overlap bug
Hello, I've just come across a strange bug with the ListViews. Yesterday, I applied this fix https://devblogs.microsoft.com/xamarin/uiwebview-deprecation-xamarin-forms/ to send my app onto TestFlight...
View Article