XLabs errors on Windows Phone project
So I've got an empty xamarin.forms project which works fine on iOS, Android and WinPhone, but I need XLabs HybridWebView,, and after only adding XLabs.Forms from Nuget on WinPhone project these errors...
View ArticleThe app is running slow in andorid
I built a xamarin app which is running fine in iOS. That is quite smooth. However, after I ported Android, that is very slow, specially, I use Navigation.PushAsync(new Page()); I tried to link all...
View ArticleGradient Layer form as the form of a button
I need a gradient background on the button. I used Custome Renderer to do this. Here my code: [assembly: ExportRenderer (typeof (Xamarin.Forms.Button), typeof (EvoMotorOilApp.Droid.MyButtonRender))]...
View ArticleProblem with Map in Xamarin Forms Aplication.
I'm developing an app that must show a map with a pin on the position of one given place (lat and lon) By the moment, I only want to open a map in a new window, after pusshing a button. I have one...
View ArticleRemove all views from activity
I use method AddContentView for add my view in Activity: protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); global::Xamarin.Forms.Forms.Init (this, bundle); LoadApplication (new...
View ArticleXamarin Mobile Essentials (aka Intellisense for XAML in Visual Studio)
In case somebody didn't notice this Forms XAML intellisense extension for Visual Studio (and eventually other features later on).
View ArticleMobile Essentials Intellisense stopped working
Intellisense has stopped working since I updated to the latest version 3.11 of Mobile Essentials Xamarin.Forms Intellisense. I am using VS2013 Update 4 with Resharper 8.2. I have tried disabling...
View ArticleOpen Camera app and take photo
Hi, I have an app for android and now I am extending it to iOS. I need to take photos from the app. I am using native calls with dependency service (described in this thread) From PCL I call the...
View Articleios8 app extension using Xamarin Forms
Is it possible to implement an io8 app extension with Xamarin.Forms? It looks like iOS 8 needs to retrieve a UIViewController from the Xamarin.Forms app. Is this possible?
View ArticleHow to scroll to end of listview (Forms) when adding an item?
I just tried to find solution for few days but it's not solved yet. Please anyone can help me?
View ArticleCityPulse - written with Xamarin.Forms. Going public beta on iOS, Droid & WP8
Hey there, I'm Patrick, co-founder of CityPulse, a platform for professionals and tech enthusiasts to discover and attend over 500k events in 200 cities. We have used Xamarin.Forms for our...
View ArticleGrid layout separator?
It could be a stupid question, I don't know. Is it possible to visualize separators in grid layout?
View ArticleHow to get the path of .app file in Mac machine after build the code in...
How to get the path of .app file in Mac machine after build the code in xamarin forms. I want build file (.app) path on Mac Machine.
View ArticleHow to implement a sub-navigation tab system ?
Hello everyone, I currently develop an application that has a tabbedpage for main navigation (I don't like hamburgers app) In one of those page, i would like to have a navigation tab bar on the top,...
View ArticleXamarin Social Media(Facebook,Google+,Whtsapp,Twitter) Posting Cross-Platforms
Hi Please help me out how i can share the detail to the social media. In my project Suppose in click of facebook or google+ or Twitter i want to post only number. Please help me out from the sample...
View ArticleXamarin forms Listview selected item background color
just don't know how to fix it in cross platofrom renderer way, I've tried to over paint it from code, but no results, there is that blue line between list items and I don't know how to fix, if anybody...
View ArticleBlank region at the bottom when setting NavigationBar.Translucent = true
I set it in the ViewWillAppear method of the Sign up page. Then when I transition to the Log in page, there is a blank region at the bottom. Any idea why?
View ArticleHow to get inner control of a frame by code in xamarin.forms
Hello All, I am facing a problem .I have created two Frame control ,one is frameContainer and second one in innerFrame. I have set innerFrame as the content of frameContainer.Now at the runtime i want...
View ArticleThe dangers of using singletons in Xamarin.Forms App constructor
Hi, I was not sure where to post this but Xamarin Forms forum seems to be the best fit. I wanted to share an unpleasant experience, in order to help people who might (and will) encounter this issue. 1/...
View Article