On Platform values for font ionicons.woff
Hi I am using custom font ionicons.woff and have used below; <ResourceDictionary> <OnPlatform x:TypeArguments="x:String" x:Key="ionicons"> <On Platform="Android"...
View ArticleBinding Library Error: How to make a method return an array of IDictionary ?
I am getting an error when I import a .aar file to integrate with a machine service. My question is as per the title. This the code I am trying to get: [Register ("getSlots", "()[Ljava/util/HashMap;",...
View ArticleCreate Multiple Table with SQLite Database
hello, xamarians, I am creating a project and I want to need to more than 3 tables but I don't understand how to create please help me out.
View ArticleAppThemeBinding not working
Hi, Using latest Xamarin Forms 4.7.0.968. SfButton.BackgroundColor="{AppThemeBinding Light={StaticResource PrimaryColorLight}, Dark={StaticResource PrimaryColorDark }}" is not working. Thank you
View ArticleUnable to get password autofill effect to work
I am developing a Xamarin.Forms app for iOS and Android. So far i only tested on iOS since that is the client priority. i have followed the guide here to setup the password autofill but it does not...
View ArticlePrinterest like CollectionView renderer for iOS in Xamarin.Forms?
After some research I could find the custom renderer for CollectionView in Android and it works great, but I couldn't find the equalant for iOS. Please help me create it for iOS. Thanks Custom...
View ArticleXamarin.Forms Fiddle (Code, Scan and Run)
With Web Atoms Playground, you can create Xamarin.Forms apps in JavaScript. You can write JSX instead of Xaml and that gives you powerful multibinding and allows you to push code on production. Side by...
View ArticleSetting Initial Value to Picker MVVM Xamarin Sets ObservableCollection to NULL
I'm trying to set the initalvalue of a picker in a a list view. However, when I have tried to do this through many methods, nothing is set and the underlying source (the property IngredientName for...
View ArticleTrying to get the value of a picker's selectedItem within a listview (MVVM)
Need some direction/help here guys. Similar to a basic contacts app - I'm building a customer entry screen and need a drop down for contact types (phone, email, etc). I figured out how to populate the...
View ArticleNavigation Confusion
I am obviously missing something or not understanding the Navigation correctly. I have a UserLogin page that when the user logs in they are sent to another page for two factor authentication. await...
View ArticleShell: Register routes when app starts (before you start AppShell
Hi there in my main AppShell I register routes like this [code] public partial class MainPage : Xamarin.Forms.Shell { public MainPage() { InitializeComponent(); RegisterRoutes(); //Register page route...
View ArticleHow to add space between bullet and List item in a HTML text in Xamarin forms
Hi, I am trying to load HTML content in a Label, for that i am getting data from web service as Things to do with this announcement: Identify items you stock that are impacted Review your sales and...
View ArticleCollectionView bug
Hi guys! Im using Xamarin.Forms 4.7 in my project and have issue with CollectionView. This bug appears only on iOS and is displayed in approximately one build out of 10. I guess that bottom tabbed page...
View ArticleHow to convert a picture path to mediafile?
I have a picture file path and I am trying to upload this picture to server. When I upload this picture to server I need it's GetStream() value. I will show a sample code, that I have used in another...
View ArticleMove in image only possible in two directions
Hi All, I have a code where I have an image which the user can zoom and move the image when zoomed. I face two difficulties here and I hope someone can help: I can move the image in only two...
View ArticleIs it correct to use Xamarin.Forms namespace in a ViewModel
I am a newbie in Xamarin.Forms and the architect in our team mentioned, if we wanted a clean architecture, we must avoid using Xamarin.Forms in ViewModel as it references Views directly so it actually...
View ArticleMy Button Command not working using FreshMVVM
Hello Devs! I was using FreshMVVM in my Xamarin Forms Project, I implement Button Command in my LoginPage but it seems the Button doesn't have any connection with the LoginPageModel, I use XF Material...
View ArticleHow to Apply Style to particular Class name Div (HTML text) in Xamarin forms
Hi, I am trying to load HTML content in a Label. I am getting Data like April 1: Due to revised NSPS emission limits for new room heaters, several wood stoves currently stocked in the RSCs will not be...
View ArticlePass List to another View and Display it
Hi. I'm trying to pass a List from one view to another, using the MVVM pattern. In my project, I want to store the questions from a List (questions) into another list (errores) and I want to display...
View ArticleTabbedPage event on tab click or refresh tab when same tab is clicked?
I'm using a TabbedPage with Xamarin.Forms, and when a user is already on Tab 2, and clicks on Tab 2, I'd either like that tab to reload, or i'd like to run my own custom code to refresh the page. I...
View Article