Xamarin.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 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 ArticleDevice.OnPlatform in Unit Tests
Hey I want to run unit tests on code that contains Device.OnPlatform(ios,android,winphone);. Is there a possibility to say that the current test case should emulate a special OS like iOS or Android. Is...
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 ArticleChange Referenced Assembly (.dll) Name
Hello, I'm Having an issue using diferentes assemblies with the same names. I need to use both of them but cant because the namespace has the same name. I saw that a solution could be external alias...
View ArticleDone button not firing completed event on Entry
I have used the Xamarin example of adding a Done button to a numeric keyboard however this is not firing the Entry Completed event. I can see that the delegate is being executed when the done button is...
View ArticleSetting background for every page in Xamarin forms
Hi , I would like to set the background image for every page and it should be accessible for every where .I have seen and got some information about how to do it in the net from the following link...
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 ArticleYour experiences with update to Win10 + VS2015…?
Hi all I work with Win 8.1 and VS2013 Update 2 and XF 1.4.4 “stable” and XLabs right now. On the base of various reasons, I have to update to Windows 10 and VS2015 in the near time. As we develop also...
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 ArticleBinding to a static property in code, not in xaml
Hi, the following doesn't work: myLbl.SetBinding<ViewModel>(Label.TextProperty, x => ViewModel.StaticVariable); What's the equivalent in code of the xaml x:Static markup extension? Tks. François
View Article