Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Browsing all 89864 articles
Browse latest View live

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 Article


BindableProperty 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 Article


Dynamic 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 Article

The 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 Article

Best 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 Article


Forms 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 Article

Unable 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 Article

Adding 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 Article


Navigate 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 Article


XAML 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 Article

Xamarin 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 Article

Can 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 Article

Expandable ListView/TableView using Xamarin.Forms

Hi, Is it possible to implement expandable List- or TableViews using Xamarin.Forms? Any help is appreciated.

View Article


hi.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 Article

NavigationPage 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 Article


WebView 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 Article

Don'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 Article


How 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 Article

Crashes 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 Article

Xamarin.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
Browsing all 89864 articles
Browse latest View live