Strange error on iOS 9 XF 1.5
Same times, usually when the iPhone have no internet, my app crashes and the message in the debug output is this: 2015-09-24 15:09:39.950 UseallE2ComercialAVMobileiOS[2556:735137] ** -[UIApplication...
View ArticleBindableProperty doesn't trigger PropertyChanged/Changing?
We have a BindableProperty set up as follows: public static readonly BindableProperty DateProperty = BindableProperty.Create<DatePickerCell, DateTime?>(ctrl => ctrl.Date, defaultValue:...
View ArticleDynamic ContentViews with MVVM
I'm struggling to get content on ContentPage to change based on a property in my view model. On Screen I see "My App" and "Bottom" but I see nothing for the middle content (expecting that to appear in...
View ArticleThe type 'Platform' does not exist in the namespace 'SQLite.Net'
Cant seem to get SQLite.Net PCL to work Performed the following: Opened Xamarin Studio for Windows Version 5.9.6 Start a new Xamarin.Forms Solution Update All Packages Run default App in emulator to...
View ArticleBest control to use in PCL project?
I was reading over the Xamarin.Forms User Interface to try to find a GridView that I could use, but it doesn't look like one is there. So, I figured I'd ask everyone the easiest option I could go with....
View ArticleForms 1.5 with Xamarin Visual Studio latest (as of Sept24, 2015)
I am using Visual Studio 2015, and have updated my mac to the latest Xamarin release as well. I create a new project, "Blank App (Xamarin.Forms Shared)" After project creation, I open "Manage NuGet...
View ArticleUnable to play saved videos from Isolated Storage on Android
Hi, I am developing a cross platform application using Xamarin Forms which has the following requirements:- Download and save videos to phone storage for offline viewing. Saved video files should not...
View ArticleAdding WatchKit to Xamarin Forms app not working
I've followed the instructions here to add a WatchKit Extension and App to my Xamarin Forms project. I have also double- and triple-checked that the various Ids are matched up properly. However when I...
View ArticleNavigate to page after async task completed
Hi! I've got a problem. When I trying to go to another page from Task.ContinueWith(() => { //And here i'm navigating } that's not works Navigation works sometimes if I move navigation line from...
View ArticleXAML Localization not working
Hi! I have no experience in Xamain, so maybe my question is dumb, but here it is: I use the https://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/ link to setup localization in...
View ArticleXamarin forms android image is not getting compressed
I'm working on xamarin forms project. I'm taking images from gallery and uploading those to server. My back-end is parse backend where we can not upload files having size more than 1MB. So, I'm trying...
View ArticleCan the padding between rows in a Grid be changed?
Hi there, I'm having a little trouble using the Grid layout in Xamarin Forms. I am using a Grid in my application, which contains a number of rows, each containing a label and a picker, side by side. A...
View ArticleExpandable ListView/TableView using Xamarin.Forms
Hi, Is it possible to implement expandable List- or TableViews using Xamarin.Forms? Any help is appreciated.
View Articlehi.there am Gao from( south africa) just need some help with creating a...
hi.there am Gao from( south africa) just need some help with creating a function . am tryng to enable buttons from xaml in c# xamarin studio meaning, 1. i have a login form and menu form both contain...
View ArticleNavigationPage in Xaml
Sorry for such a simple question. What is the structure for the NavigationPage in xaml? Among others, this is what I have tried. <?xml version="1.0" encoding="UTF-8" ?> <NavigationPage...
View ArticleWebView not working on iOS 9??
Hi guys, Even I put this configuration in my plist file and still now working: <key>NSAppTransportSecurity<key> <dict> <key>NSAllowsArbitraryLoads</key> <true/>...
View ArticleDon't find activity
Hi. I don't know if this is the right forum or I should move the thread in "Android" forum. This is the situation: I have a PCL "Xamarin Forms" Project with a "Android" Project. The "Android" project...
View ArticleHow to set Padding of Button
I want to discrease the distance between text and border。How? And I found that the smallest size of button is 80*40?Right? When I set HeightRequest = "20" ,the text of Button display incomplete.
View ArticleCrashes in iOS simulator
Hello, Still new to Xamarin, now running into iOS simulator crashes that I cannot explain and, worse yet, have no clue as to where or how they are originating. The messages in the system.log: Aug 5...
View ArticleXamarin.Forms UWP support & Windows 10 Mobile
Should we expect Xamarin.Forms UWP support on the day Windows 10 Mobile becomes generally available? From what I see on https://resources.xamarin.com/xamarin-forms-private-preview.html, it's a "very...
View Article