Could not install 'Xamarin.Forms 1.2.1.6229' - Error with PCL profiles
Hi, I have been developping with Xamarin for over a year now and i was pretty excited when Xamarin.Forms was announced. We've been looking for a solid crossplatform forms solution for a while now. I...
View ArticleV1.2.1 BUG: Opacity = 0 is still visible
In the latest release, if you set Opacity = 0 on a Label (I haven't tested anything else), the label is still visible on the View. Repro Create a new PCL project Update Xamarin.Forms to v 1.2.1 Paste...
View Article30 Days Trail -> Back to Free Version
Hello. i activated the Buissness Trail for 30 Days, but i want back to the normal free version, how do i get back?
View ArticleCustom PageRenderer and default gesture recognizer (iOS)
When you create a custom renderer, default PageRenderer.ViewDidLoad implementation creates a gesture recognizer. This gesture recogniser prevents over views (that you add in your custom recognizer) to...
View ArticleText in buttons shifitng on click in Android
I have noticed that recently the text in buttons shifts to the left on click. This is effecting all buttons, weather they are in a stack or grid. Has anyone else experienced this, and if so what was...
View ArticleHandle Data template inside controls in code behind
How to handle Datatemplate inside controls in code behind using xaml . I want hide and show grid inside datatemplate. But i cant get inside Data template contols in my code behind page. example windows...
View ArticleTableView TextCell & EntryCell Layout Options
I'm attempting to build a simple, yet specific login UI. The first attachment is a version of the form built with MonoTouch.Dialog and the 2nd is the best I've been able to do with Xamarin.Forms. The...
View ArticleHow can i import android.support.v8.renderscript
I want to include the support library v8 to use renderscript in my app
View ArticleBinding to a ListView
I've been working on X.F and databinding. I'm running into a couple of problems. The example runs and displays properly in the Android genymotion emulator. In the iOS emulator, it does not display as I...
View ArticleHow to tell when a Label is touched
Hello everyone! Is there a way that I can receive notification that a Label is touched? If not, is there some other text item that I should be using instead? I just need to know when a certain block of...
View Article[Xamarin Blog] Using Custom Controls in Xamarin.Forms on Windows Phone
Just posted: Using Custom Controls in Xamarin.Forms on Windows Phone on the Xamarin Blog. Read the full article to learn how to use any Windows Phone custom control in a Xamarin.Forms application. Use...
View ArticleMasterDetailPage - Ability to remove the button
Is there plans to provide the ability to disable the button that is added to the navigation bar when the navigation page is a part of the MasterDetailPage? I looked at doing it by overriding the...
View ArticleSetting DatePicker date from code doesn't seem to work when inside a TableView
Hi folks, not sure if this is a bug. I'm trying to set the value of a DatePicker control from code. When the DatePicker is in a normal layout, everything works fine. However, if I add the DatePicker to...
View ArticleImages Not Showing Up in Windows Phone App
Hi everyone! I'm working on my first Xamarin.Forms app and I've added images to my app in accordance with this document:...
View ArticleOpacity on Android, a bug?
Hi, it seems that the opacity doesn't work on Android , when I set the opacity to 0.1 has the same effect than 1, it's a bug?
View ArticleNavigationPage.Tint broken?
My pretty nav just went white as a sheet when I updated my Xamarin.Forms package - anyone else?
View ArticleSuggestions for Layout
This should be a quick question. I am trying to create a layout on my Xamarin.Forms page that looks like this: |--- Label w/ Fixed Width ---| |--- Entry Box w/ Remainder Width ---| So if the screen is...
View ArticleOverride controller in ListViewRenderer
I need to override the ViewDidLoad method inside of UITableViewController when using a ListViewRenderer. Is this possible? If so, how is it done? Thanks, Spencer
View ArticleCreateViewController doesn't set title & doesn't work properly with ToolbarItems
Hello, I've just started using Xamarin.Forms for iOS and encountered with couple issues. CreateViewController doesn't set Title for UIViewController. I use the following code: Welcome = (new...
View ArticleBinding bug on Windows Phone (With repro)
In the following app, you can see a simple Binding on a ListView.ItemSource It works fine with Android, but the binding fails in Windows Phone. Version 1.1.1.0, updating to 1.2 changed nothing...
View Article