Xamarin.Forms.Image not picking up a remote image on iOS
The following code works as expected on Android, but on iOS, the image doesn't appear. var videoImage = new Image { Source = video.Pictures[0].Link, Aspect = Aspect.AspectFill }; Attached is a...
View ArticleListView on iOS is auto scrolling to the top when rows are reloaded through a...
I'm porting an iOS application into Xamarin Forms and I'm pretty much done.... I'm just having an odd issue where I expand Table Cells and the ListView just auto scrolls to the top I took the...
View ArticleXLabs 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 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 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 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 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 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 ArticleXAML Relative Layout calculations
Hi guys, a question re XAML forms, how can you work out dimension calculations in XAML forms for a relative layout. Imagine you want to display a box height 100, width 100 in the middle of the screen....
View ArticleObject Reference error updating Xamarin.Forms to 1.5.1.6471
Hi All, I'm using NuGet to update my Xamarin.Forms application to 1.5.1.6471 (I'm on a 1.4 version) and am experiencing an object reference not set to instance of an object error when doing so. Has...
View Articlehow to select the image from local(memory) using xamarin forms(android,ios...
i tried select image from local memory using cross platform... but more sites are written code in individually. please help me
View Article