How to upload a file from a Xamarin.Forms app to DropBox or OneDrive?
Has anybody implemented uploading a file from a Xamarin.Forms app to either DropBox or OneDrive? If so, could you share how you did it please? If you used a third-party component, which one (and would...
View ArticleCustom fonts on Windows Phone not working
Hi, I am trying to integrate custom fonts into my Forms App. I got iOS and Android to work, but it doesn't seem to work properly with windows phone. The custom font is not showing up. Just for...
View ArticleIs it possible to display an Image in Action Sheet in Xamarin forms
I have a requirement that to dispaly an Image and Label in Action Sheet in Xamarin forms(As shown in below pic)
View ArticleTabbedPage x MasterDetailPage
How to add TabbedPage into MasterDetailPage top menu? Thanks.
View ArticleAutoscroll keyboard in iOS problem
My code have worked find in Xamarin.iOS. But now i apply Xamarin.Forms into my project, it do not work correct. My code worked fine when i call Page by PushAsync ```Navigation.PushAsync (new MyPage (),...
View ArticleRelative binding in C#?
Hi to all. I am implementing a custom **ViewCell **in code, and I want to bind the Command property of a button inside the ViewCell to a command in my ViewModel. In XAML, I can do it: <Button...
View ArticleIs it possible to create a Database from .sql script?
Hello everyone, Here is ma situation : I have a SQL Server Database and i would like to create the same database with the same structure in my mobile app. I generated a .sql script from SQL server but...
View ArticleStop Webview from bouncing vertically in xamarin forms
Hi, I want to stop web view from bouncing vertically in xamarin forms. In Android mobiles web view is not bouncing, Only in iOS mobiles. Thanks
View ArticleIs it possible to reduce the space between the toolbarItems?
On iPhone 4, more than 4 elements (toolBarItems) cause that one of this overlaps the menu icon even if the space seems sufficient. I wouldn't use Order/Priority because this solution (on iPhone) takes...
View ArticleRendering when navigating in Xamarin.Forms (TabbedPage -> ContentPage)
Hi. I have some trouble with rendering when navigating from TabbedPage to ContentPage (android, xamarin 1.4). See full question here -...
View ArticleWhat is Skia and why does it think I'm trying to set negative radii?
[skia] Skia Error: Invalid Argument: I got -0.500000 and -0.500000 as radii to SkPath::AddRoundRect, but negative radii are not allowed. I have a bunch of buttons with a 0 CornerRadius, but no...
View ArticleHow to handle local notifications on Windows Phone
I'm having problems with navigation after user taps a local notification. My goal is to navigate user to specific view after he taps a notification. I already managed to make it work on both Android...
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 ArticleVerticalOptions issue, alignment not correct...
Hello guys, I have a strange behavior on my XF app (on Android). I made a custom Xamarin Forms control (pretty simple). I Use it in a parent page and try to align it to the bottom of the page => so...
View ArticleBarTextColor on NavigationPage doesn't work on Android
Hi, When I'm using Xamarin Android Player with the Nexus 5 Kitkat for debugging, the following code works. When I'm using Xamarin Android Player with the Nexus 5 Lollipop for debugging, the following...
View ArticleAccess Listview from App()
I have a question regarding Xamarin forms in my shared library i have a Class called BluetoothPage.cs wich will compiled in Ios,Droid and WinPhone. Now in Droid shared project i want to access the...
View ArticleHow to save username in device in PCL application.
Hi, In my Xamarin forms PCL project I want to save the username of logged in user in device so the user don't need to login every time he starts the app. Can anyone please help.
View ArticleBetter Map Control...Coming soon
Lots of updates coming to the Extended Map control https://github.com/paulpatarinski/Xamarin.Forms.Plugins/tree/master/ExtendedMap Updated UI iOS support Improved Win Phone support Custom pin icons...
View Articleis it possible Horizontal List and OnClick Event in xamarin forms
Hai Everyone I have a requirement in Xamarin forms, The images should show in Horizontal list and when i click on any image the same image should display there itself as shown in below picture.
View ArticleAdding two Images to the same Grid Row, causing TapGestureRecognizer to only...
Has anyone tried this before? I've been banging my head against the wall for hours trying to figure out what was happening, since on of my images would not detect a touch event. I use the Command from...
View Article