Custom navbar/actionbar title font for both iOS and Android
Hi! I've been googling around for about an hour now and have found some solution for setting a custom font for the navbar, however I haven't found any on how to set the font on android. Has anyone got...
View ArticleHow can I subscribe to contacts change event in Xamarin Forms?
I need to catch or use callback to event that change contacts information in address book. How can I do this with Xamarin forms or other solution ?
View ArticleTPL Dataflow problems
I'm trying to use the Microsoft TPL Dataflow library in a Xamarin.Forms app and having some trouble on the iOS side. I can download and install the NuGet package, and I can create code that uses the...
View ArticleHybridWebViewRenderer to cancel navigation not working... help appreciated..
Hi guys, I'm trying to use the hybridwebviewrenderer to cancel navigation but somehow the renderer code is not being called... I have also tried using the Navigating event... but then in the...
View ArticleHybridWebViewRenderer to cancel navigation not working... help appreciated..
Hi guys, I'm trying to use the hybridwebviewrenderer to cancel navigation but somehow the renderer code is not being called... I have also tried using the Navigating event... but then in the...
View ArticleGoogle Eddystone in Xamarin.Forms
I'm quite intrigued by the use of beacons and their possible usage in mobile apps. I've seen blogs about using iBeacons in Xamarin.Forms as a cross-platform solution, however, I've also seen that...
View ArticleTableView with long action-menu and items?
Hello! I need create fullwidth-in-table-swipe menu like this? With images? Have Xamarin.Forms any standart components for it? Or other solution? Update: ListView show only menu without images, and only...
View ArticleHow to solve this "XAML Namespace...
How to solve this "XAML Namespace http://schemas.microsoft.com/winfx/2009/xaml is not resolved.". Now i am Using VS 2015 and Developing Windows Phone Application using Xamarin.
View ArticleVS 2015 Final Release Event...
Hi all For everybody that works with VS, this (MS-) link to the release event of VS 2015 may be interesting: https://www.visualstudio.com/en-us/visualstudio-release-event-vs.aspx Note: As I have find...
View ArticleHow To browse files in xamarin.form?
I want to make sample functionality that define in this artice http://developer.xamarin.com/recipes/android/data/files/browse_files/ using xamarin.from.
View ArticleRemove a modal page from a Navigation Page
I have a Navigation page and i'm using push async to move through pages. I have a requirement to put a modal page in between one of the navigation scenario and once you click on the page the Modal page...
View ArticleText Field Hidden when Keyboard Appears
When an Editor is selected, the keyboard hides my editor. Is there a way to just shift that element up? If not, what are other options I could pursue? Thanks in advance!
View ArticleIssue with using xaml in a shared Xamarin.Forms project
I have a simple app built with Xamarin.Forms. I chose to use the shared project approach instead of PCL. I created a view in the shared project using code (no xaml) and it worked just fine. I then...
View ArticleEvery update of ObservableCollection should run the Converter on ItemSource....
Hello, I have a ListView. The ItemSource is bind to a ObservableCollection. ListView: <ListView xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleiOS Background image scale
Hi, I noticed many people have the problem of the background image of a forms page not scaling in iOS. I solved it with this code: [assembly: ExportRenderer(typeof(InfoPage), typeof(InfoPage_iOS))]...
View ArticleHow to write tap event for textcell ???
Hi.. can anyone help me with this. actually i tried this code .it's building fine but when am tapping on it the app is closing with error "unfortunately app has stopped." public Action OnMenuTap;...
View ArticlePage Must Not Already Have A Parent Error (Navigation Page)
I get this error when I fast push and pop pages (using back button) many times into navigation stack (tested on iPad Air iOS 8.4). I think that there is a problem with popping pages using native back...
View ArticleFile is not able to read
I am trying to read data from text file. But i can't able to read data from text file. Near by stream i am getting null. I used below code var assembly =...
View ArticleOxyplot Run Xamarin forms iOS not found ref to OxyPlot.Xamarin.iOS
I am creating an application in Xamarin Forms and I'll show graphs with OxyPlot, running the Hello World OxyPlot on Android and Windows Phone running, but I have a problem with IOS. When the emulator...
View ArticleCurrent OxyPlot Version not working with current Xamarin.Forms Version
Hallo, the current OxyPlot-Version is not working on all Plattforms. On Android everything works well, but on WindowsPhone and iOS the PlotModel does not appear. The PlotView appears and displays the...
View Article