Tabbed Pages in android are not working with new Xamarin Forms 1.4.4.6392
I hava a Tabbed page Inside a Navigation Page As Detail Of Master Details Page, Clicking on tabs doesn't work, it always shows the last page. public class TestTabMasterDetailPage : MasterDetailPage {...
View Article[Xamarin Blog] Build Your Own Selfies App with Xamarin.Forms and Azure
Sending selfies to all your friends has never been easier thanks to Moments: a Snapchat clone built with Xamarin.Forms and Microsoft Azure. Best of all, Moments is also open-source and freely available...
View ArticleCould not install package 'Xamarin.Forms 1.3.3.6323'.
Dear All, newbie with Xamarin, When adding 'Xamarin.Forms' package, I am facing with below: Could not install package 'Xamarin.Forms 1.3.3.6323'. You are trying to install this package into a project...
View ArticleWhy does my oxyplot not display within a stacklayout?
Hi Guys, I am hoping someone can give me a point in the right direction. I have the following page: <?xml version="1.0" encoding="utf-8" ?> <ContentPage...
View Articlepage navigation
Dear All, I am new born level of Xamarin, I am trying to navigate from Mainform to MyPage1 ..but confuse how does it work? what method should I use to call MyPage1? with Fade or sliding transition?...
View ArticleXlabs : Imagebutton doesn't show the Icon image
I am using Xlabs ImageButton . The icon inside the image doesn't show in my screen. Xlab.Forms version is 2.0.5679. Here is my code , <controls:ImageButton x:Name="TwitterButton" Text="Twitter"...
View ArticleCan't create Forms Picker custom rendere
Hi i easily created custom renderer for Forms Entry control, but when i tried to create one to Picker i get this error: Error CS0115:...
View ArticleOpening a modal page inside another modal page causes strange behaviour on...
To reproduce: - Create a new Project and update nugets with latest xamarin.forms (4.0.3) - Let the MainPage be a ContentPage wrapped in a NavigationPage - From MainPage, push a new Content page (Page2)...
View ArticleBuilding Release Version Fails (The "LinkAssemblies" task failed unexpectedly.)
After adding XLabs' NuGet packages (Core, Platform, Serialization, IoC, Forms, and Forms.Charting), I have been getting the following error when I try to build a release version: C:\Program Files...
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 ArticleIPA Generation on Jenkins
Hi, I'm having some trouble to generate an IPA for my Xamarin Forms iOS project on Jenkins. I follow the documentation (http://developer.xamarin.com/guides/cross-platform/ci/jenkins_walkthrough/). I'm...
View ArticleHow to change background color for all platform
How to change the background color of pages so that it will come same for all the platform (Android, iOS, Windows) means I want keep same color in all platform. Is there any way to do this ?
View ArticleHow 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 ArticleLoadApplication issue in project.droid
I am working through the Xamarin Forms Samples and I am having issues with this line shown not compiling. I am in MainActivity.cs Under the Android section of a PCL Xamarin Forms project. It was...
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 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 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 Article