ListView (iOS not Android) scrolls after item is replaced with another
Trying to work around the problem I fought all last week, I am attempting to make the Forms.ListView be able to handle the replacement of a cell on both iOS and Android. Again, Android works great but...
View ArticleHaving an issue with a Binding. Is there an equivalent to UpdateSourceTrigger...
I'm using Xamarin Forms and Breeze Sharp. Development has been going very well on my application but I've run into a snag. In essence, the PropertyChanged events that are firing in Breeze every time a...
View ArticleForms.ListView crashes when ItemSource has item removed and another inserted
I am at my whits end - any help would be greatly appreciated. I have a PCL Xamarin.Forms app on iOS and Android. The app runs great on Android but crashes on iOS. To best illustrate the issue, I have...
View ArticleWhere does one see XAML parse errors in forms.iOS?
I'm using Xamarin Studio on OS X with the iOS Simulator to work on the iOS version of a Xamarin Forms app. I'm used to normally developing Xamarin.Android with forms and, in the Android framework, when...
View ArticleHow to implement speech(voice)-to-text using xamarin.Forms
Hello Guys. please help, how do i implement a speech(voice) and textbox gets the text in my application.
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 ArticleXamarin Mobile component giving wrong coordinates at times
Hello Friends, Did anyone came across this issue while using Xamarin Mobile component to get user's current location? More details on following SO post...
View ArticleCustom Renderer for Stepper
I want to customize stepper control such that I can set the background color, size and also place an entry between the two stepper buttons. Whats the best way to accomplish this? Thanks
View ArticleListView with optional Header/Footer
I'm trying to show a header (or footer - not a group header!) in a ListView, but only if it is necessary. A simple example would be a message with a 'dismiss' button next to it which hides the message....
View ArticleTabbedPage More Navigation Bar behavior
I'm trying to avoid using a hamburger menu and started a project with a tabbed page. The project has 6 tabs, and the behavior on iOS 9.1 is to display the first four tabs and a "More" tab. My issue is...
View ArticleAutosize font label
I have seen a custom approach to autosize the font of a label, but I am missing such a built-in feature. How do you others handle different font size on different systems / resolutions, please?
View ArticleAndroid Exception in Xamarin Shared App
I am getting the following error and am unable to figure out why... 1-02 00:55:16.255 4218 4218 I MonoDroid: UNHANDLED EXCEPTION: 11-02 00:55:16.258 4218 4218 I MonoDroid:...
View ArticleDifferent Editor control styling on iOS
Hi I have Visual Studio 2015 on Windows 10. I have a Xamarin multiplatform project for Androd, iOS, WinPhone 8.0 Silverlight. On one page I have the following xaml code: <StackLayout...
View ArticleHow can i draw route on map for xamarin Forms ?
Hi, I have source(current location) and destination locations, Here need to show the Route map between the locations. And How can i implement the current location changed event in Xamarin Forms.....
View ArticleLaunching an app with Xamarin forms
Hi ... I am currently developing an app in xamarin forms (Cross platform) and I am having difficulties linking/launching another app.
View ArticleEditor.Focus() working first time only
Basic project, with this for the main page: public class App { public static Page GetMainPage() { var stackLayout = new StackLayout { Padding = new Thickness(50)}; var editor = new Editor {...
View ArticleNavigation to views from VIewModel where viewmodel is added in separate solution
Anyone have idea how can I navigate from viewmodel to views (Navigation.PushAsyc(new View())) where viewmodel is placed in another project and view are places in another project. Is it possible to do...
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 Articlefailed to deploy application on the target device please try to rebuild the...
I have an iPhone 4s that I have already configured for debugging and have deployed my application to many times. However, after the iOS update to 9.0, i get. "failed to deploy application on the target...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View Article