How to assign an icon to the Navigation Bar for a single page on Android
Hello, I try to use an icon instead of the title on the main page of my Xamarin.Forms app. I've read a lot of related topics, but I didn't found any solution: navigationpage-settitleicon...
View ArticleHow to change Title font for Navigation bar ?
Can't find place where to change font for Navigation page title. Is there ability to do it ?
View ArticleXamarin forms maps interaction do not work in Android
I' have a very strange issue with Xamarin.Forms.Maps. I'm trying to implement a page with a map that get current location and move to region at page start. All is working fine in IOS, but in Android,...
View ArticleTextCell in ListView does not appear Android
Hello , i have a bug on TextCell in ListView and TableView , the propriety "Text" of the TextCell does not appear but other property like the property details of the TextCell work. This problem occurs...
View ArticleLiveXAML - ability to develop your app in runtime
Hello, I had already posted here about two months ago. At the time, the name of my product was "Xamarin Forms Live" But due to branding issues I had to rename it to LiveXAML, which to me is an even...
View ArticleWhy my StackLaout doesn't display 5% from left edge?
Hello, I wanted to display a StackLayout that would be 5% from top, left and right and would take about 1/3 of screen height. Here's my XAML: `<?xml version="1.0" encoding="UTF-8"?>...
View ArticleContent is not centred inside StackLayout although it should
Hi, here's my XAML: `<?xml version="1.0" encoding="UTF-8"?> <AbsoluteLayout BackgroundColor="Yellow" > <StackLayout AbsoluteLayout.LayoutBounds="0.5, 0.05, 0.9, 0.25"...
View ArticleImage in stacklayout, full width
I'm trying to scale an image (either up or down) which is in a stacklayout so that it's width is the full width of the screen. The height should be whatever height is required to maintain its aspect...
View ArticleHow to use device location with CustomMapRenderer?
I have created a custom map and all works fine. Except that I am not able show device location on the map. The controls for zoom and current location do not appear either. I tried getting the location...
View ArticleXamarin Forms. Http request not working on iOS when compiled for ditribution
Hi, We are working on our first application. It uses System.Net.Http.HttpClient to connect to our backend API. It works fine for Android, in development, emulators, devices, and with the release...
View ArticlePublish an Image on Facebook
Hello, How to publish an image (SKBitmap from SkiaSharp), on the wall of the mobile user ? Do you have samples ? Thank you, Christophe
View ArticleToolbarItem icon
I'm trying to add a Icon to a toolbaritem but when i do, the app on android crashes with an unhandled exception. With only text it works like a charm. Working code snippet: ToolbarItems.Add(new...
View ArticleMaps Geocoder GetAddressesForPositionAsync Returns Nothing on Android
Using Xamarin.Forms.Maps 2.3.3.193. The call to GetAddressesForPositionAsync always returns null for Android. It works fine for iOS and UWP. I've only tried on the Visual Studio emulator, but the other...
View ArticleTabbed Page Appearing / Dissapearing
I'm looking for some guidance on how to handle the Appearing / Disappearing in Xamarin Forms Android inside a Tabbed page. I have a app similar to Snapchat, a 3 tabbed app with the 'Main' tab having a...
View ArticleXamarin In App Video Calling and MVC 5 APP
Hi , I want to implement video calling feature between my Xamarin application and an mvc5 application. Communication need to be secured with end to end encryption. Is there any API's services that...
View ArticleCompass and Xamarin.forms
Hi! Im trying to implement the compass https://github.com/JarleySoft/Xamarin.Plugins/tree/master/Compass. When I try to compile the sample in my iphone, to start to understand how can I implement it on...
View ArticleStrange left padding in xamarin forms list view in IOS
I am having troubles getting ListView aligned properly in iOS, Androind is fine There are 2 issues: First one, on iOS I am getting a left padding/margin on list view inside a stack panel which I don't...
View Articlewebview navigation event is firing all the time in ios
I have simple xamarin.Forms application, it contains just a webview and ActivityNavigator, I am doing the following: When "Navigation" event is fire, I make the indicator visible and running, and hide...
View ArticleEmbeding Android Fragment in Xamarin Forms Xaml
I want to find to embed fragment in xaml, through this page https://developer.xamarin.com/guides/xamarin-forms/platform-features/native-views. here is my xaml code. which line is wrong? <?xml...
View ArticleWhy Xamarin form App turn to "Sleep" after I drop down the iOS notification...
My program is based on Xamarin form. Each time, both in real phone or simulator, after I drop down the iOS notification center. The "OnSleep" method was called in App class. After I push up the...
View Article