Image resources in root folder of Windows Xamarin.Forms project?
Hi I know this is a minor thing, but still, I like to keep things structured and organized in my application. I think the way Xamarin.Forms do it now for Windows project is "messy". Currently, all your...
View Article[IOS] Bug on IsGestureEnabled of MasterDetailPage
Hello there, currently working on an application where the SideMenu is desactivated on certain page, so i use IsGestureEnabled= false, and true when go back. It works well on Android, but on IOS it...
View ArticleWhere is the extra space coming from?
I have extra space on the right and bottom of my page shown with red arrows in the attached picture. Where is it coming from? My code: public class StartPage : ContentPage { public StartPage () {...
View ArticleSplash Screen on an Xamarin Forms App (iOS)
Hi all, I'm beginning to love this platform!! I do have an issue that is bugging me and I just can't seem to get to work. The iOS splash Screen. I have all of the App Icons, Spotlight & Settings...
View Articlehow to get custom Behavior property updates in my ViewModel?
I have a custom behavior "ConfirmPasswordBehavior" on my form like this: <Entry x:Name="password" /> <Entry Text="{Binding Password}"> <Entry.Behaviors>...
View ArticleListView visible itemSource only updated when interacted with
Hi folks, i'm working with a listview in class created: public MyPage() { this.MyListView = new ListView() { IsGroupingEnabled = false, HasUnevenRows = true, ItemTemplate = new...
View ArticleHow Can we develope expendable listview as accordion Control?
Can you please help me in developing this expendable listview control in Xamarin Shared forms which can be used for all mobile platforms as iPhone, Android and Windows Phone?
View ArticleMessage: The application may be doing too much work on its main thread.
What mean message "The application may be doing too much work on its main thread." ?
View ArticleUIWebView in Xamarin From not display Video
hi, I implement UIWebView in Xamarin.Froms for Android and IOS. Customer provide video on HTML5 files and I 'll display this HTML5. But video in UIWebView is not display. Could you tell me how to...
View Articleusing included Symbol Icons for AppBar with winrt
How do I make use of the symbol icons included with WINRT? So usually in winrt I just do this <Page.BottomAppBar> <CommandBar> <CommandBar.PrimaryCommands> <AppBarButton...
View ArticleForce ListView to redraw when itemtapped on iOS.
Hey I have a listview with some custom viewcells. I want the viewcell to change its backgroundcolor when the cell is tapped. overriding the OnTapped() function worked on android but when i do it on iOS...
View ArticleEntry Next/Finished Buttons - Android
When placing multiple Entry controls on a page in Xamarin forms, there appears to be no (obvious) way to enable the Next/Finished buttons that appear on the device keyboard. The buttons appear, but...
View ArticleMissing native ObjectiveC class after updating Xamarin.Forms and XLabs
I updated Xamarin.Forms to 1.5.1.6471 and XLabs to 2.0.5782 and suddenly I'm getting the following error when it hits the line of code to load a HybridWebView. Wrapper type...
View ArticleGetting an Exception while using Xamarin.Forms.Labs.Charting
I'm using the following code for displaying the bar chart and Line chart in single chart using System; using Xamarin.Forms; using Xamarin.Forms.Labs.Charting.Controls; namespace BarChart { public class...
View ArticleHow to show the data in Bar chart, Column Chart and Line Charts using...
I want to show the data in Bar chart, Column chart and Line charts using Xamarin.Forms. How can I achieve this one.?
View ArticleHow to Add Button Controls and perform Click events
Hi, How do we add button dynamically in a MonoMac Project and perform Click events.I want to write the code in cs file.i am not getting the button displayed even though i add a button programatically....
View ArticleSignature Pad for Xamarin.Forms
https://nuget.org/packages/Acr.XamForms.SignaturePad/ https://github.com/aritchie/acr-xamarin-forms
View ArticleAndroid Resource issues after upgrading to Xamarin Forms 2.0
I have recently upgraded 2 machines from Xamarin Forms 1.x to 2.0. One machine is OK and Xamarin Forms projects build fine for Android. The other machine is having dreadful issues. We have tried...
View ArticleAndroid ImageRenderer
Hi, I have the below code. I tried many way of doing it but basically it's like SetImageBitmap doesn't change the image once it's been displayed not matter if it's called again. I mean the first...
View ArticleXamarin iOS Notifications (Dependency Service)
Hi, I have a really weird problem, I hope you can help me. I am implementing notifications in a Xamarin.Forms project, working in both android and iOS platform. To do so, I have to use Dependency...
View Article