How to hide Tab Bar on some pages
I'm using a TabbedPage and would like to hide the Tab Bar on some pages, i.e. show the bar on page A, navigate to page B and have it be hidden. Specifically I'm looking at how to implement this on iOS,...
View ArticleBluetooth central and peripheral connectivity
Hai, I want to develop a mobile app(Cross-platform mobile app). My app should be able to communicate with my sensor(peripheral) which has a bluetoothLE . For this purpose I used the following BLE...
View ArticleCustom Icon and Text Color for a TabbedPage
Hey all, I recently went through the super struggle of trying to build a custom TabBar for a TabbedPage. Our designs entail icons and text that are black regardless of whether the tab is selected or...
View ArticleNo constructor found for...
On Android 4.4.2 sometimes I get: Caused by: md52ce486a14f4bcd95899665e9d932190b.JavaProxyThrowable: System.NotSupportedException: Unable to activate instance of type...
View ArticleHard Tapping Issue in Xamarin Form 1.4.4.6392
We are facing issues with touch in our application after updating to latest Forms version 1.4.4.6392. Button/Images are difficult to tap. Any idea about the problem or any solution? I found following...
View ArticleCan't deploy to iPhone
Cross-posting this from the Visual Studio forum, since it hasn't gotten a response in 24 hours. Hopefully I can get some attention here. Whenever I try to run on an iPhone, Visual Studio hangs for a...
View ArticleSwitch to Landscape Full Screen View
I searched the forums but Didn't find anything like this. I'm using Charts in my app, so I want users to be able to switch from portait to full screen landscape for chart detailed analisis. I found a...
View ArticleCustomize SwitchCell
Hi, I want to change de color of switch in SwitchCell. How can i do that? Thx
View ArticleTapGestureRecognizer sensitivity on Android
We have a xamarin forms based app. With the latest releases of Forms it works pretty quick and decent. Especially on iOS. However, I noticed something particular regarding TapGestureRecognizer on...
View ArticleLogin and MasterDetail Interaction
HI. In the App class contructor i got MainPage = new LogInPage(); , them, in the login page when the user press the button login i use: BUTTON_LOGIN.Clicked += async(sender, ea) => {...
View ArticleHow to find the image that is not found on iOS
Hi all, I get this error: System.Exception: Could not initialize an instance of the type 'MonoTouch.UIKit.UIImage': the native 'initWithContentsOfFile:' method returned nil. It is possible to ignore...
View ArticleProblem navigating from one map page to another map page
So, I have the map working on my Android device(s), but I have a problem when there is a map on a contentpage that navigates to another contentpage with another map on it. Its as though the first map...
View ArticleSymptomless Crash using Newtonsoft in PCL
I recently moved a project I am working on over to a JSON document based backend. Serialization on the backend works just fine, all data objects are uploaded successfully, but on download, when I...
View ArticleMap not drawing correctly when switching pages on Android
Here's an odd one that's blocking progress; wasted 4+ hours so far. Works on iOS, not on Droid. I have an app with 3 ContentPages. The main page ("A") has a map. Another page ("B") also has a map. The...
View Articleheader in listview
Hi. New "header" in listiview scroll when listview scroll vertically. Can I have "header" always visible? (not scrolling)
View ArticleZoom on image
I have a Xamarin Forms PCL Project and in one of my pages I have a scroll view that holds about five images vertically. I need to be able to implement the pinch to zoom gesture on the images, any ideas...
View ArticleMedia Component issue in xamarin.forms for android lollypop 5.1.1
Hi All, I am using Media.Plugin for xamarin.forms app. While getting picture from gallery specially on android 5.1.1, It does not showing. It's working on android kitkat properly . Is there any work...
View ArticleCustom Renderer with Constructor Injection
Hi, We are using TinyIoC for DI, and I need to inject a dependency into my Custom Renderers in order to get resources: [assembly: ExportRenderer(typeof(Entry), typeof(CustomEntryRenderer))] namespace...
View ArticleHow to handle navigation in a MasterDetailPage using Context Actions of a...
Hello there, I will try to give an accurate explanation for the issue I'm facing. Context : I'm using a MasterDetailPage for my main navigation. In a Detail page (used as a NavigationPage), I display a...
View ArticleChange the color of the line between the header and the items in a Forms...
Hi! I'm trying to figure out how to change the color of the line between the header and the items in a ListView? Specifically for iOS at the moment, but still in Forms. XAML and screenshot below....
View Article