ListView in masterpage: scrollposition sometimes off on iPhone 6
Hello All, I've encountered a strange bug. So far we only noticed on a iPhone 6. I have a listview inside the masterpage, above the listview is an stacklayout to emulate a header (this one includes the...
View ArticleHow I will get intellisense in Xaml files?
I am currently using visual studio 2015 with xamarin. How I will get intellisense in Xaml files for Xamarin Forms?
View ArticleNamespaces unknown after xaml page code generation when using portable library
Has anyone else been experiencing issues with Unkown namespace errors or missing assembly reference errors after running the customtool to generate c# code for the Xamarin xaml pages? I'm using visual...
View ArticleGlobal Pan/Swipe detection
Hello, I've built a single page app, with some absolute layout trickery, so I don't use the default navigation and master/detail stuff. Now i want to add a horizontal swipe detection to show and hide...
View ArticleListView reuse Cell?
So I was fooling around with the TodoMVVM sample ( https://github.com/conceptdev/xamarin-forms-samples/tree/master/TodoMvvm) and I noticed in Instruments that when I scroll the list the number of...
View ArticlePull to Refresh not working on Windows Phone 8.1
Hi, I've implemented PullToRefresh as described here Its working fine on Android, but not on WindowsPhone8.1 ` public class RefreshTest : ContentPage { public RefreshTest() { Title = "Refresh Test"; }...
View Articleimplement animated Drop down menu.
Hi how can implement animated drop down menu in xmarin form? i would like to implement drop down menu similar to following link http://bit.ly/1EeqXkx
View ArticleHow to intersect unhandled exception (App level)?
Hi there Is there any way to hook to an event when the app unhandled exception occurs? Thanks.
View ArticleChange ToolbarItem.Name color in Android?
After adding the simplest of toolbars to a NavigationPage, is there a way to style it in Android? ToolbarItems.Add(new ToolbarItem { Name = "Done", Command = new Command(() =>...
View ArticleTimer doesn't contain in System.Threading
I used System.Threading.Timer in Xamarin.Android. How I can use the same class in Xamarin.Forms? (I want to transfer my project from Xamarin.Android in Xamarin.Forms)
View ArticleUsing x:Name on custom controls does not work. Is this correct?
I have the page: <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleNavigating to a tabbed page
When navigating from a content page to the tabbed page using pushasync...only the content first tab is visible the rest of the tabs are not visible? But if i use pushModalasync all tabs are...
View ArticleCamera access with PCL
I've been using PCL project for a while and I can't get the camera to work. I've gone through online Xamarin Docs and some samples like https://github.com/XLabs/Xamarin-Forms-Labs/wiki/Camera but no...
View ArticleBug : Switching IsVisible on a button does not redraw the button
Hi, I have found something weird, when switching IsVisibility of several button embbedded in a stacklayout, using a viewModel (Commands and bindings) the buttons does not always redraws themself (on...
View ArticleHow to get mark up of mobile app in xamarin forms ?
How to get the mark up of mobile app for Android, iOS and Windows Phone ?
View ArticleAnyone having strange Map crashes on Android?
We have a XF app that has been working fine but various v4.X android devices suddenly started crashing on the map. With no changes on our part, some of the devices started working again but others are...
View ArticleHybridWebView - problem with loading Google and OSM map pages on Android
var webView = new HybridWebView(new JsonSerializer ()) { // Uri = new Uri("http://www.openstreetmap.org"), // Uri = new Uri("https://www.bing.com/maps/"), Uri = new Uri("https://www.google.pl/maps"),...
View ArticleEmbed YouTube Video
Hello, I need to embed a YouTube video in my Xamarin.Forms app. I have tried various methods with the WebView control, including passing the embed URL and trying to port this code...
View Articlewrite info to console
Hi Team, I want to write some information to console using Console.WriteLine(''), however the editor shows error(red highlight as if it i not available.) What is the package to be included for Console...
View ArticleSyntax for global Style in Xamarin.forms?
Ok so I have global styles set in App.xaml. What is the syntax to call a x:Key variable or Static Resource in c# code? Thanks
View Article