How to use Dropbox sync & data store in xamarin.forms
Hello Team, I am trying to attach Dropbox sync & data store component in my PCL Application . But i am not able to find this package . how ever i have created a demo few days ago at that time it is...
View ArticleHow to Bind ListView on same page after deleted Item in the listView ?
Hello, I have an error on bind Listview after delete record in listView. After Deleted record.... I create Listview Page object Using below syntax on ListItemCell binding page. var userlist = new...
View ArticleXamarin Forms Maps - Multiple maps on navigation stack behaving oddly
I am using Xamarin Forms Maps in my project, and currently debugging on an Android device. This has been a project I've been working on for a while, and while my source code has not changed, all of a...
View ArticleUpdate Binding Source on Unfocused
Hi, Does anyone have a suggestion on how to, for example, only update the source property of an Entry's Text binding when Unfocused rather than TextChanged? XF doesn't seem to have the ability to...
View ArticleXamarin.Forms.iOS: Editor Unfocused missing value
Hello, I have a problem with autocomplete iOS keyboard and Unfocus event. Step by step explanation: I Try to write word “Ciua”, my Italian iPad suggest me “Cita” 1. If I tap “space” on keyboard, the...
View Articlehow open menu page after login throw webervice
hi, I'm new in xamarin developing, I have such problem - I have webervice method called on user login action, and in handler onmethodcomplete I try open new page writing this.Navigation.PushAsync(new...
View ArticleHow to add a background image to my application
Hi Guys, I want to add a background image to my application for the look and feel. I know how to use the local and the embedded images but i want to make my entire application with a default image....
View ArticleIOS app when signed for enterprise distribution will not load on IOS device
Hi all, so i have a forms app, I have it working now Windows phone 8.1 android and IOS all in debug mode. I can debug the IOS app on a real phone or on the simulator no issues. when i create an IPA...
View ArticleBindings on CarouselPage don't work after device orientation has changed
I have experienced this strange issue where I practically cannot implement orientation dependent layouts with CarouselPage because no binding or any other programmatic manipulation of sorts seem to...
View ArticleHow to find an element using the REPL if it has no id?
I'm trying to do some UI Tests and I have an element on a view defined using XAML (no code behind is allowed on this project). When I launch the REPL and ask for the tree of elements I get this:...
View ArticlePLEASE remove Starter edition!
Starter utterly worthless. You can't do anything with Starter. I tried "getting a taste" (per the website) of Xamarin.Forms and low and behold upon running the app, I get the "Your app is using native...
View ArticleCan't get context menu working
Hi, I can't seem to get my context MenuItems to fire either the edit or the delete commands indicated below. The menu comes up just fine, but nothing happens. Hopefully someone can help me out....
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleAzure Mobile Services backend serviceUser does not return Facebook identities...
Hi I'm struggling with a Xamarin/Azure Mobile Services/Facebook issue that I don't know how to resolve. What I'm trying to do is login to Facebook for a user and then save that user's details to a...
View ArticleEvent of button is not getting fired in absolute layout
Hello All, I am facing an strange behavior in Xamarin.forms. When i m writting below xaml code it's working fine as expected but the same thing i m trying to achieve dynamically from code behind event...
View Article"InitializeComponent() does not exist in the current Content"
The Error "InitializeComponent does not exist in the current Content" came up after updating Xamarin.Forms 1.3.3 -> 1.5.1 via NuGet-Manager in VS2013. Is there any fix for this issue? The error also...
View ArticlePlaceholder Editor
How can I have a placeholder in an Editor in the same way as I can in an Entry field ? Regards
View ArticleEditor: TextColor property?
Am I missing something, or is there no TextColor property available for the Editor view? It seems inconsistent as the Entry view exposes a TextColor property.
View ArticleMaster Detail Page on the right side using Xamarin.Forms
Try to create custom page with behavior similar to existing master detail page, with only one difference - opening from right side. Custom class has two properties: Content and Menu - both Page type....
View ArticleAzure app service with FaceBook based authentication
I am developing an app based on Azure App Service Mobile in Xamarin.Forms. Its documentation says, it would take 'only 5 minutes' to add FaceBook authentication to an app. In my case, it was not true....
View Article