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

UITapGestureRecognizer in IOS9.0 for custom cell doesnt work anymore.

I have quite a huge project in XF (since 1.3 days) which started about year ago. This project have several listview which have a custom cell done up using xib and custom renderers. Basically is a cell...

View Article


Assembly for xmlns:locate not found (Forms-Project with XAML)

Hi, in my Shared-Forms-Project "BorrowedBooks" this "MainPage" made in XAML should dislpay a list of books. The list is a static member in App.cs <?xml version="1.0" encoding="utf-8" ?>...

View Article


Combining ScrollView with RelativeLayout and Childs

Hi guys, I'm rather new to Xamarin and ran in to a problem. I've created 80% of the view code through my .xaml.cs file and 20% through my .xaml file. Code in xaml.cs file: ` /// /// The _calendar view...

View Article

Styling a NavigationPage

I'm trying to style a navigation page. I'd like to set the BarBackgroundColor property to white. I've done the following in the xaml for the content page. I am guessing that the contentpage can't reach...

View Article

User Interface Issues (WP8.1rt)

Hi Guys, I currently developed a Windows Phone 8 (Sliverlight) Application using Xamarin Forms and now developing the same app in Windows Phone 8.1 Runtime and I have notice a huge difference in the UI...

View Article


WCF Streaming in Xamarin Forms

How I can connect to one WCF Streaming server with Xamarin Forms? It is possible?

View Article

SQLite GetConnection: DB creation problem

Hi, I am using below lines to connect to SQLite DB in my Xamarine Forms application: SQLite_Android sqLiteAndroid = new SQLite_Android(); SQLiteConnection db = sqLiteAndroid.GetConnection(); after this...

View Article

AppCompat Issue

Hi, The moment I add V7AppCompat Package to my existing package, the build starts to give a new error.. Removing the dependency again gives me an error free build. it gives error in...

View Article


ExtendedTextCell - Text not appearing?

I am trying to use the Xamarin.Labs ExtendedTextCell in a list. In the following simple code, the list binds to the correct number of cells, but no text is displayed. Am I missing something simple...

View Article


Combined animation does not repeat

I am trying to implement infinite pulsing animation. I try to do it like this for some View view: var a = new Animation(); a.Add(0, 0.5, new Animation(f => view.Scale = f, 1, 1.2, Easing.Linear,...

View Article

Command Binding not working on an ImageCell

I can't seem to get the Command interface to work with an ImageCell in XAML. The rest of the data that I'm binding the view with is working just fine, with the exception of the Command property, which...

View Article

Why intellisense not work?

Please, help me..

View Article

MasterDetailPage MasterBehavior.SplitOnLandscape NotFoundException: Resource...

I am having problem tracking the source of following exception on Android (no test on iOS): When I set my MasterDetailPage mode to MasterBehavior.SplitOnLandscape and launch OR ROTATE device to...

View Article


How do you properly implement a OnBackButtonPressed override with async...

We're a little confused as to how to mix Xamarin.Forms page functions like DisplayAlert and the OnBackButtonPressed override since one is async and the other is not. We tried this, but the DisplayAlert...

View Article

Added Package - Xamarin.Forms.Maps into Android project get error

I have just added package Xamarin.Forms.Maps for Android... but the project compilation error ... how do I solve this? Anyone facing the same problem before?

View Article


iOS Scaling and the well known keyboard problem.

Developers! I was wondering, why do I get those black bars when using a 4 inch retina IphoneSimulator. And how does Xamarin.Forms handle the "Keyboard overlaps textfield" problem in iOS. Do I still...

View Article

MasterDetail Navigation not working on iPad2 after upgrading to iOS9

I have 2 devices in the iOS realm. I have an iPad 2 and an iPhone 6. I have upgraded my entire VS-Xcode toolchain to have the latest from Xamarin and Apple. I have compiled the app as an ad-hoc app for...

View Article


XLabs photo GPS Info in Exif meta data always EMPTY

Hi all, hi XLabs user, I am using the well known code for taking a photo based on the XLabs library: private async Task<MediaFile> TakePicture() { this.ImageSource = null; return await...

View Article

Unable to launch my app on ios simulator with xamarin studio

Hello, I have a problem when I try to launch my app on ios simulator. The build works perfectly but when I launch it, it crash at the start in the app delegate on "LoadApplication(new App());" And i...

View Article

Cross Platform Animated GIF

I would like to display an animated GIF file in a grid in Xaml. Is there a cross-platform way to do this in Xamarin.Forms? Failing that, is there a way to make a flip book. Again, I am looking for...

View Article
Browsing all 91519 articles
Browse latest View live