Xamarin.Forms Version 2.0.0.6480 - 2015.11.17 !?
Hi there, I just created a new Project within VS2015 and updated the Packages via NuGet (Stable Only). I get the version "2.0.0.6480" installed, released today 17th Nov. 2015. No announcement - that is...
View ArticleHow to get obtain the 10 last registers in SQLite?
I'm trying to get my BD Sqlite the last 10 records from a table. I tried it with the following command: return _sqlconnection.Table ().Last (); But I just returned last record, if I test with the...
View ArticleIntellisense issues with XAML based views in PCL using any version...
I created a Xamarin.Forms PCL project in Visual Studio 2015 Enterprise and added some views, viewmodels, etc and everything seemed to be fine. The project template seems to come with Xamarin.Forms...
View ArticleI would like to compile to iOS 7 and Android 4 using Visual Studio 2015 under...
I am working on a iOS 7+ and Android 4+ cross platform app, how do I go about setting this up? I have a Mac Build host with xCode 7 installed. When I look at the iPhone emulators I only see iOS 9.
View ArticleIssue with Xamarin.Forms 2.0.0.6482, IsVisible Binding when in AbsoluteLayout
In XAML: <AbsoluteLayout> <ContentView IsVisible="{Binding IsContentVisible}" AbsoluteLayout.LayoutBounds="0,0,1,1" AbsoluteLayout.LayoutFlags="All"> <Image Source="SomeImage" />...
View ArticleFrame doesn't render outline on android?
I wrote a custom renderer to have a frame without rounded corners and with a thicker outline. I realized that the outline for the frame was not rendered at all (neither in my custom renderer nor in the...
View ArticleAny issues using Xamarin Tech on new Surface Book?
It shouldn't but just asking if any unforeseen issues occurring?
View ArticleCan no longer load Xamarin Forms Solution in VS 2015
I updated to latest XF on my Windows machine as well my Mac build host. Now, when I open my XF solution in VS 2015, it just hangs. I have waited upwards of 10 minutes. The projects load but the...
View ArticleCreate a File Chooser (upload) in Xamarin.Forms
Hi guys, i'd like to create a file chooser (file upload) in Xamarin.Forms but i don't find nothing. Do you have a solution? Thanks a lot.
View ArticleXamarin.form elements are not rendering in android platform
I derived a class from StackLayout public class MyTestPage : StackLayout { public MyTestPage() { this.Children.Add(new Label { Text = "test" }); } } Also I wrote a custom ViewRenderer in android as...
View ArticleXamarin.Forms 2.0.0.6482 lot of problems in Winphone 8
What happen this this version in windows phone 8? After update for this version from 1.5.0.6447, Pickers disappeared the only thing i can see are a black vertical line ... the Entry object is strange...
View ArticleTabbedPage inside Sidebar Navigation causes tab selection problems
Hi. I'm using a TabbedPage inside the Sidebar Navigation component from Jack Dehlin. Unfortunately the tab bar items only recognize long press gestures and no short taps. Does anyone know this problem...
View ArticleError compiling Xamarin.Forms Portable app in Visual Studio 2015
Hi, I have an error compiling Xamarin.Forms Portable app in Visual Studio 2015. Everything was working until upgraded the Xamarin.Forms package using Nuget from version 1.5.1.6471 to version...
View ArticleError on Android after updating to Forms 1.5.1.6471
My app was working fine until I've updated to Forms 1.5.1.6471. I get 30+ errors like this: /Users/.../Android/Resources/Resource.designer.cs(124,124): Error CS0117: Myapp.Android.Resource.Attribute'...
View ArticleImportant notice to iOS HybridWebView users
In the latest pre packages the iOS version is now using WKWebView instead of UIWebView. This is because the callbacks from WKWebView are easier and more robust. There is a bug in WKWebView which...
View ArticleUnfinished things in Xamarin forms, please change roadmap attitude
Hello, I used forms at the end of last year and it's a good idea but many things still prof of concepts and remain unfinished. The next examples are from the end of last year so if I'm wrong, please...
View ArticleXamarin Forms ListView selection
Hi, Is there a (easy) way to change the xamarin forms listview row selection color? or disable the selected color completely? tx
View Articlelistview item bug?
Why line listview item can not be closed, the left is always less part of it, on the right is correct? xamarin.froms 1.2.2.6243
View ArticleXamarin Forms Video github
iOS / Android Xamarin Forms Video Player (updated) https://github.com/amccorma/xamarin-amccorma/tree/master/VideoPlayer download the zip file. samples attached.
View ArticleConsume Self Signed SSL based WCF Service
Hi All, I have created a valid Self Signed certificate on my local machine and I can access the webservice through browser. However, I am getting the following exception when consuming on Xamarin.forms...
View Article