Xamarin.Forms 1.0.6197 released
Get it on nuget! https://www.nuget.org/packages/Xamarin.Forms/1.0.6197 This is a bugfix only release. Do not expect to see any of your feature requests in here Sorry! There will likely be one more bug...
View ArticleAndroid 4.1 hide navigation bar
Hi everyone! I'm developing an Android app with Xamairn.Forms. It uses a MasterDetailPage where the problem occurs. The problem I walk into is that I can't hide the navigation bar on Android 4.1 I...
View ArticleXamarin Forms: access the stacklayout in IOS renderer & add native controls...
Hi All, Is there a way we can access the Forms Layout (Grid, StackLayout, Frame etc designed in Forms using XAML) on an IOS renderer & add a native control inside it (Say add a Native UIImageView)?...
View ArticleForms.Xaml.XamlParseException after update to 1.3.2
Hi I just updated my project from XF 1.2.3 (I believe it was) to 1.3.2. I have however run into a small problem. When attempting to open a page I get a Xamarin.Forms.Xaml.XamlParseException in one of...
View ArticleUpdate shopping cart icon in toolbar
Xamarin.Forms Hi, I have an app where user can add shopping items to cart from the listview. I also have a shopping cart image on toolbar. I want to overlay a label on top of that image and update it...
View ArticleHow do you disable swipe Back on NavigationPage?
I have a MasterDetailPage with pop-out menu, but whenever the user swipes to pull the menu out, it navigates backwards. Any suggestions on how to prevent this? Thanks
View ArticleNested Property Binding in DataTemplate Doesn't Work
Hi, I'm defining a DataTemplate in App.xaml that ultimately gets bound to a viewmodel. The problem I have is that the MainViewModel has a property that's also a viewmodel (NestedViewModel). The...
View ArticleFormsApplicationDelegate OpenURL not being called
Hey I am trying to register a custom file type to associate with the App, and open the email attachment with the App. I can open the app when select the attachment, but the OpenURL event handler is not...
View Articlepop to root on pressing back button
In my application, I have a view (not home view) with a button. When user clicks that button they are navigated to second view. What I want to do is that when user presses back button on second view ,...
View ArticleListView goodies
Thought I'd give back as opposed to always asking questions Two upfront notes - no WP8 renderer (because I'm not targeting WP8) and also, use at your own risk. I'm just trying to be nice, not looking...
View ArticleBusted code-time XAML compile. Builds fine. All xaml names and functions...
Everything in the XAML says it "does not exist in the current context" All xaml named views and InitializeComponent(); But it builds and runs fine. I've tried cleaning, deleting obj and bin, restarting...
View ArticleiOS DataBinding fails after unifying and updating to 1.3.1
I am facing a major issue while binding a control.. It was working fine previously. the set property is never fired when i change the state of control (like changing Editor text) This is a complete...
View ArticleActivityIndicator in toolbar?
I am using an ActivityIndicator in my page to show loading of data from a web service. I have a toolbar item also in my page. I have bound the visibility of activityIndicator to IsBusy property in my...
View ArticleCurved corners in tableview cells
Is it possible to have cells with curved corners displayed in a tableview? If so would anyone know how to go about it?
View ArticleCan a ToolbarItem's ImageSource be extended to work with a subclass of...
I have a Xamarin.Forms.Image subclass with custom renderers for iOS and Android that render a subclass of UIView and View respectively. I'd like to use it in a ToolbarItem, but can't figure out how to...
View ArticleiOS Help: Get current UIViewController reference when using XForms 1.3.2
How do I get a reference to the current UIViewController when using XForms 1.3.2? The reason I need this is that I'm using the Azure MobileServiceClient.LoginAsync() method and one of its parameters...
View Article"Project not built in active configuration"?
I moved my XForms solution from VS2013 to the Mac. When I open the solution and set the build to RELEASE|PHONE my other projects all say, "Project not built in active configuration" See screen shot. Huh?
View ArticleStyle Entry?
Hi, Iam just adding a Entry to a view. On Andriod iam not getting any borders on the input. Is there a way yo get rounded borders? Thanks Jesper
View ArticleHttpWebRequest to check file is exist or not on web asynchronously
Hi, I have created app in Xamarin.Forms. On one page we are showing images in ListView by weburl. We are checking whether file is exists or not on web by using below code. This function is executing...
View ArticleExtra padding on Buttons etc compared to Labels?
If I use code like this: new StackLayout() { Children = {new Label() {Text="Hello"}, new Entry() {Text="Hello"}, new Label() {Text="Hello"}, new Button {Text="Hello"} } }; Then the Entry and Button...
View Article