XLabs Calendar shows in Droid, but doesn't in iOS
Has anyone come across a problem using the XLabs Calendar control with their iOS project? The control appears just fine within my Droid project, but when I test it out on iOS, it's not displaying at...
View ArticleWeb Services
I working on creating a Xamarin.Forms Android application that calls a web service. Example Service Interface: [ServiceContract] public interface IService { [OperationContract] Task<Result>...
View ArticleTapGestureRecognizer not firing for Android
TapGestureRecognizer is working for WinPhone but on Android although the Application Output is showing [ViewRootImpl] ViewPostImeInputStage ACTION_DOWN but the Tapped evenit isn't being called... var...
View ArticleNew Project Out of the box so to speak; assembly not found System.Runtime
Created a brand new project Xamarin.Forms.Shared; Went to NuGet to update Xamarin packages; after update I get the following errors. First error shows up on Application. I can't find an assembly called...
View ArticleCrossMedia and Getting Images
I'm working on an app that is basically an inventory management piece. Snap some photos, upload them to a server. One of the requirements is that those images are saved until the user is on WiFi to...
View ArticleHow could I use Xamarin.Forms to implement other maps such as baidu maps,Any...
Cause in China ,the Google is blocked ,if don't use VPN,we little can use the google services
View ArticleWebview binding is not working
I have a webview that is bound to an HTML snippet snippet: <h1>Hello World!</h1> <WebView> <WebView.Source> <HtmlWebViewSource Html="{Binding Html}" />...
View ArticleIs there any chance I could use the other's Maps Service in xamarin.forms
I want to make a mapview renderer like the baidu maps But I don't know how to start Is there any chance could make this happen
View ArticleCustomizing Entry borders
Hello guys ! I am making an app using Xamarin.Forms and I am trying to make an entry with invisible borders. I set the background color of the entry to be the same as the background color of the...
View ArticleSleep and Thread
Hi, There are methods Sleep() and "Invoke on MainThread" in Xamarin Forms ? Thank you.
View ArticleAndroid ActionBar Theme
Hi, I would like to change the theming on the contextual ActionBar on a list view (see screenshot). I'm using "Theme.AppCompat.Light.NoActionBar" as my base, and have tried creating a style for...
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 ArticleHow can i adjust the text alignment in date/ time picker?
How do i adjust the text alignment in date/ time picker? Only with a custom renderer?
View ArticleAny update on Xamarin Forms with Windows 10 Universal Windows Platform?
I am eagerly waiting to hear from Xamarin Forms working with Windows 10 UWP apps ... anything exciting launching tomorrow with VS 2015 launch?
View ArticleIs it possible to navigate between a Xamarin forms content page to an Android...
I started a shared project and I'm building my app using xamarin forms. When I was trying to use Xamarin Mobile reference I noticed that I might have to create an activity(in case of android) so I can...
View ArticleHow can i implement a timer in xf ? i need a sleep safe timer
Hi all, i currently use "Xamarin.Forms.Device.StartTimer" to start my timer. As suspected, when application goes to sleep mode, timer go to sleep with it. Is there any way to implement a timer ? Please...
View ArticleMVVM Binding not bubbling add new element from collection
Hello, I've implemented a component which displays a simple view. The view is bounded to my user control throught the ItemTemplate (based on DataTemplate type) as we could do for a ListView or any...
View ArticleHow to resolve assembly dependency for 1.5.1 in WP ?
Hello, I upgraded xamarin forms version from 1.4.0 to 1.5.1. In this new version Android and IOS working fine but getting assembly dependency issues for WP. I upgrade my all references but no luck,...
View ArticleAdding a ScrollView to a Carousel works on iOS but not Android
I have a CarouselPage that contains two ScrollViews each containing a grid. On iOS I can swipe from side to side to select a ScrollView and then that ScrollView scrolls vertically to let me see the...
View ArticleDoes Xamarin.Forms.Maps work on Android in China?
Given the list of websites blocked in China (see https://en.wikipedia.org/wiki/Websites_blocked_in_mainland_China ), I am wondering whether Xamarin.Forms.Maps works on Android in China, or whether it...
View Article