Forms2Native Example for WinPhone 8.1 Xaml (WinRT)
Hi. I'm trying to implement the same pattern in Forms2Native example for WinPhone Silverlight that in the example... But. There is no Childern property. in the example: `public class...
View ArticleWebview broken
I have a webview that is bound to an HTML snippet snippet: <h1>Hello World!</h1> <WebView> <WebView.Source> <HtmlWebViewSource Html="{Binding Html}" />...
View ArticleChanging the StackLayout.IsEnabled property doesn't have any effect...
In WPF, we can set StackPanel.IsEnabled = false and it will set IsEnabled = false to all the controls contained in the panel. I tried to do the same with the StackLayout, but it doesn't make any...
View ArticleBest Practice on Application Settings using Xamarin.Forms
Hello! I would like to ask the community for some advice regarding the creation of a “Settings” view. The goal is to provide options to a user and store them as application settings. I’m using Xamarin...
View ArticleXamarin still use old version of my code
Hello, Today i faced a problem that i can't really understand. I created a clickable list with multiple StackLayout and GestureRecognizers. One of them open a new ContentPage with some elements in it....
View ArticleListView 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 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#if __IOS__ seems not working
I used this code in my app, but when it was running, it didn't print the text(both in simulator and my device). #if __IOS__ System.Diagnostics.Debug.WriteLine ("I'm in iOS"); #endif The Define Symbols...
View Articleits possible to create a transparent entry in xamarin.forms iOS like Android?
i want in iOS the entry looks like a entry Android, the entry android don`t have border, but the entry iOS have a border. var entryStyle = new Style (typeof(Entry)) { Setters = { new Setter { Property...
View ArticlePicker Selection Event
Hi, I have a problem with xamarin form picker. I need to have an event when the "done" (ios) or "ok" (android) button was clicked. Cause i want to open a popup when user select an item. I only see a...
View ArticleHandling SQLite PCL ; DB path:
Hi guys, how can i make sure to use always the same path once the db is created? The issue i have now, every time i start to debug the app on the iOS simulator the app creates a new db.. Im checking...
View Article