How 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 ArticleButton with an image, how to centre the image horizontally?
Hi guys, Trying to get a little button with an image, I want the image to be centred within the button but it is always to the left. Button button = new Button(); { //WidthRequest = 50 BorderWidth =...
View ArticleBest tool for UI Automation
I just confused to choose better UI Automation tool for Android and iPhone apps built using Xamarin platforms, please suggest me to pick up the right tool for my needs, Write scripts Need to perform...
View ArticleCan I send a command to the Page viewmodel from a listview?
I found the x:Reference thread for commanding in context menu items in a Listview but I was wondering if you could just do it on a ViewCell/TextCell tap?
View Articlebarcode scanning in a Forms app
I need to integrate barcode scanning into my Xamarin.Forms prototype app. Before I go down this road, has anyone already done it, or does anyone have a suggestion about how to best approach it?
View ArticleHow do I prevent a MasterDetailPage from intercepting UI interaction?
I have a couple of ContentPage derived classes in my app (accessible from the apps MasterDetailPage implementation) that have rather complex controls that need to receive gesture input from the user. I...
View ArticleYour app is using a type that requires xamarin.ios business edition or...
Hi guys. I am having this problem which has cold-stopped our project. We are making a new very simple Xamarin Forms application for iOS and Android platforms. So, when it comes to Android everything...
View ArticleA ListView with an expanding footer
Hey guys, I've been Googling around for a while and I'm unable to find something that will help me do what I need. I want a ListView where the footer will expand to fill the screen if there are not...
View ArticleInitializeComponent does not exist - xaml file - visual studio 2015 - Windows 10
I get this error 'InitializeComponent does not exist' after doing the following steps in visual studio 2015... * add new project select 'Blank app (xamarin.forms portable)' * then i update Xamarin...
View ArticleBest practices for persisting data
Folks, my app has a rather complex object model. A typical data feed is about 350k of JSON which I deserialize into my objects. That works great. What's the best way to save that onto the device?...
View ArticleMapRenderer For Android in Xamarin.Forms
Hi, i want to customize the marker option for android. I found this code for Android : // Getting GoogleMap object from the fragment googleMap = mapFragment.getMap(); // Setting a custom info window...
View ArticleCreating a new GestureRecognizer
Looking at the Xamarin.Forms Api tha you provide, there is only TapGestureRecognizer. I was thinking of implementing more GestureRecognizers. However, in the interface that you guy provide is using...
View Article