Deployment failed. Architecture not supported.
Hi I am getting the below error while deploying.. The package does not support the device architecture (x86). You can change the supported architectures in the Android Build section of the Project...
View ArticleToolbar not showing in UWP when using PushAsync
When I use PushModalAsync(new MyPage());, the new page shows up with it's toolbar (correct). But, when I use PushAsync(new MyPage());, the new page shows WITHOUT a toolbar. Why? When using iOS or...
View ArticleAndroid - change selected/unselected tab text color
I am having some issues changing the text color in tabs in Android. Here is my XML: <android.support.design.widget.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"...
View ArticleXamarin Forms Listview: Deselecting selected item by checking with OnTapped...
I will be able to deselect my item when i click second time on it. When I tap an item the background color changed to blue. I want that the background gets the default color when I tap second time to...
View ArticleRemove separator beneath ListView GroupHeaderTemplate?
Is there any way to remove the separator beneath the ListView group headers? I'm not doing anything special in the DataTemplate. <ListView.GroupHeaderTemplate> <DataTemplate> <ViewCell...
View ArticleWebView doesn't get resized or panned when soft keyboard is overlayed
I'm using Xamarin Forms 2.3.3.175, the latest version, and testing on Lollipop emulator. When the input field in a WebView get focused, the software keyboard is scrolling up and the input field is...
View ArticleXamarin.Forms Map Clustering
Hello all, I have a xamarin.forms map that has multiple points at one location. Has anyone successfully implemented clustering or some other solution? Currently only implemented on iOS with plans to go...
View ArticleKey detection on form plus making the keyboard disappear on a device with...
Quick background. I've used Xamarin for years for iOS and over last 12 months have been using Forms to developer iOS/Android apps. I haven't developed specific Xamarin Android apps before. I have an...
View Article[PRISM] Carousel Page Binding ItemsSource
Hello guys, I'm trying to bind a CarouselPage.ItemsSource but i only got a result when the list is populate on the constructor. I read this in Xamarin Documentation: "The CarouselPage is populated with...
View ArticleXamarin.Forms and local notification
Hi, I'm new to Xamarin, and interested to understand for a Xamarin.Forms application using PCL, if local notifications can be implemented in the PCL or is it a device specific function? And if there is...
View Articlecustom filter action attribute
Hi, i use Xamarin Forms for Visual studio 2015 with .net 4.6 version. What to apply some custom action filter attribute, which must check user permissions for action, is sample. I have TestPage.xaml,...
View ArticleUse MasterDetail page (Menu) and Navigation page in a project
Hello All, I am developing XF app for iOS and Andorid. I need to use Menu in my project. I followed this article to use MasterDetail navigation page -...
View ArticleMasterDetailPage inside NavigationPage Android problem
Hi you guys!! I ran into a weird behaviour, everytime I try to put a MasterDetailPage inside a NavigationPage, the Detail page has a gap between itself and the top of the navigation bar, even it the...
View ArticleError Build action 'EmbeddedResource' is not supported by one or more of the...
dear all i have this error and i find nothing to fix it please help the error is: Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets.
View Articleerror deploying xamarin forms app
Hi, I started to develop a xamarin forms app using visual studio 2017 rc updated with the latest fix. I can run and debug it using an android phone but when I launch it in my windows phone (lumia 650...
View ArticleHow to solve unknown type in UWP app - Windows.UI.ViewManagement.StatusBar
Hi, From what I can tell, I've got a pretty basic UWP app, but whenever I run it I get the following exception: System.TypeLoadException was unhandled by user code HResult=-2146233054 Message=Could not...
View ArticleHow to display Pin's Label (on a Map) without clicking on Xamarin.Forms?
var pin = new Pin { Type = PinType.Place, Position = new Position(currentlat, currentlong), Label = "My Current Location ", Address = "My Current Location " }; map.Pins.Add(pin); Here when i click on...
View ArticleHorizontal ListView Xamarin.Forms
Hi, Is any way to add ListView item horizontally i.e. orientation="Horizontal" Below is my code, here I have nested listview. I want to second listview item load in horizontally way. <ListView...
View ArticleFirebase cloud messaging push notification integration on xamarin.forms ios...
I am trying to integrate Firebase Cloud Messaging push notification into Xamarin.Forms iOS project following this tutorial: https://components.xamarin.com/gettingstarted/firebaseioscloudmessaging but...
View ArticleHow can I scan bluetooth devices near to my device in xamarin forms pcl?
I tried using this link https://github.com/tbrushwyler/Xamarin.BluetoothLE but I didnt find any result. can anyone please tell me how to do this
View Article