Unexpected behavior when selecting listview items with changed background...
Dear all, I'm currently developing an app with Xamarin.Forms where i got an very strange behavior when I select listview items. One feature of this app should be a view cell with a non default...
View ArticleXamarin Forms WebView and GestureRecognizers not working with android
Hello, I have created a webview to load my local HTML file. My application requires to load another HTML file as the user swipes right or left. I have created this functionality with the following...
View ArticleXamarin.Forms CardsView nuget package
Hi all) I've released new package for Xamarin.Forms (Something like Tinder's CardsView) Maybe, someone will be interested in it nuget.org/packages/CardsView/ -- nuget...
View ArticleCarouselView implementation, CardsView nuget package
https://github.com/AndreiMisiukevich/CardView I decided, that somebody could understand topic's title wrong https://forums.xamarin.com/discussion/117235/xamarin-forms-cardsview-nuget-package#latest...
View ArticleUWP ToolbarItem TextColor
Hi I have a Xamarin.Forms app targeting iOS, Android and UWP. When I add some toolbaritems (secondary) and start the UWP on my Windows10 machine. The menu appears (when I cklick on the 3-dots-button),...
View ArticleApple rejected my Xamarin.Forms iOS App for usage of non-public API which I...
I have an App that is under development using Xamarin. Forms and I have submitted more than 40 beta until now and it works fine, randomly in the last week I have started getting rejected from App with...
View ArticleEntry Custom Renderer Frame.Width is always 320
I'm writing a custom Entry class to have Entry controls on iOS only have an underline. In my custom renderer, the Frame.Width is always 320 no matter how wide I make the control. I draw the underline...
View ArticlePeriod of Day Picker
Hi, could anyone point me in the right direction on how to create a period of day picker as depicted in the image? (Taken from Outlook app on Android) At the moment I am using two TimePickers to select...
View ArticleXamarin Forms WebView and GestureRecognizers not working with android
Hello, I have created a webview to load my local HTML file. My application requires to load another HTML file as the user swipes right or left. I have created this functionality with the following...
View ArticleXamarin Forms: Load a contentpage when tap push notification android
I completed receiving test notification from FCM console. Now I am trying to open a page when tapping the notification. Any ideas about how to achieve this? I have searched the internet but can't find...
View ArticleTrying to not update on page rotation
Hello! Maybe this is a very basic question, but I can't find the right words combination in order to find an answer. I have a page with its ViewModel. I'm using code behind to trigger a reloading...
View ArticleCustom Renderer for Span
Hello devs! I'm trying to make a Custom Renderer to ignore the ****android**** accessibility configurations in the ****Span Class****, to ****not re-scale the font size****. I have made successfully...
View ArticleXamarin forms - Can deploy to iPhone but not iPad (error code 0xe8008015)
I have a Xamarin Forms app that works well on Android and iPhone. But when I am trying to debug my Xamarin.Form application in iPad, it shows the following error. Can anybody please suggest? error...
View ArticleLocal reminder notifications
Hello I need help, I'm working on an application that has to control the day and time to deliver tasks. The logic of the application is as follows: the user must enter date and time to deliver his...
View ArticleFFImageLoading issue on iOS
Hi, I am using FFImageLoading library in my Xamarin.forms project to display animated GIF splash screen. In android it is behaving as expected, but in iOS I am getting the below error. Please help if...
View Articlestandard C# samples for Xamarin.Forms
https://developer.xamarin.com/samples/xamarin-forms/all/ The Microsoft Xamarin official website only has samples for how to use the UI. In fact, most standard C# foundation can be used to...
View ArticleTerminate Xamarin Forms App | Quitting Xamarin Forms App
Is there any other better way to terminate Xamarin Forms App ? Than this ? In Main Project PCL MainPage.Xaml.cs(The Page Where i want to Terminate) protected override bool OnBackButtonPressed() {...
View ArticleList View not listens to XAML but Sized as number of initial itemssource.
I have listview. It's Vertical and Horizontal Options are fill in Xaml. I am setting it's source as somelist in OnAppearing Window. protected override void OnAppearing() { base.OnAppearing();...
View ArticleHow to get data instantly from a api?
I am using newtonsoft to get json data like HttpClient client = new HttpClient(); var response = await client.GetStringAsync("http:................"); var items =...
View ArticleHow can I create and auto-start a service app, just after installation...
I want to create and auto-start a background service app just after it is installed from the play store, without launching it. The purpose to the service app is to initialise a centralised local...
View Article