Remove the "x" in the signature pad view
do anyone know how to remove the bottom left "x" on the signature line ?
View ArticleBlank value need in DatePicker
Currently working on Xamarin.Forms where we need blank value in date picker when user not select any date or when form first time load in application. Here DatePicker DO = new DatePicker(); DO.Format =...
View ArticleControls not showing in masterdetail Page
I have an issue, my controls(button, entry) not showing when I am using navigation page but toolbar and menu showing. Without the navigation page, the controls appear but the menu disappears. In App.cs...
View ArticleAppCompat does not resize screen with keyboard.
Given a simple ContentPage with an Editor at the bottom and a list as the first item (Stack with list and Editor), I cannot get the page to be the correct size. I can put the stack into a scrollview or...
View ArticleCan't create a file outside of the appfolder
Hi there, so I need to keep a file when app is uninstalled, so as I know android OS deletes all files inside the appfolder, that's why I'm trying to keep the data some where not inside appfolder, when...
View ArticleFlowListView "FlowLoadingCommand" is not being called
I have implemented daniel luberda's FlowListView, and am trying to make an infinite loading FlowListView. However, for some reason I cannot get the loading command to get called, and I cannot seem to...
View ArticleFireBase With xamarin Form
Can any one give me the correct way to implement firebase , i tried a lot but i did not find the soultion . Whay Firebase doesnot suppourt Xamarin Form
View ArticleIssues faced during binding brother printer SDK framework to xamarin ios...
I am trying to create a xamarin.ios binding library using the brother printer mobile sdk for ios (BRPtouchPrinterKit.framework). The Xamarin.iOS binding project compiles and builds without errors, when...
View ArticleHow to put image in Sqlite database ?
Hi guys i created database in my Xamarin project , and I want to put images also in database,small icons ...How can I do that ? My database look like this Public class Person { public string Photo...
View ArticleHow can I see my database ?
I just created Sqlite database in my Xamarin Forms . I want to know if is there any way I can see users from database or other record?
View ArticleIs there anyway to move pin continuously in xamarin google map as the user...
I am developing a map app using Xamarin forms . I have the live location details of user from geolocator plugin . But now I am adding a pin to the map as the position gets updated and removing the old...
View ArticleCan I do "isVisible=false" on some items in a listview, but not all items,...
Whenever doing "isvisible = false" the whole page will be "IsVisible = false" instead of just the specific item im trying to hide, so is there any way to hide just a few "items/objects" instead of the...
View Articlehow to find the path of an image??
I'm trying to compress an image that I do have in my resources, so I use a converter to convert an ImageSource to byte[] , while compiling in ios device it goes will but in android I have an exception:...
View Articledistribution Application Loader errors
anyone know what these errors mean? These icons are not missing, I used the Visual Studio App Icon thing to add all the necessary icons. btw, what is the "best" documentation for iOS distribution,...
View ArticleXamarin.UITest 2.2.4 start session failed on the first test
Hello there, Since my macOS made me update to XCode 9.3 I had to upgrade Xamarin.UITest from 2.2.2 to 2.2.4. The problem is that when I run all my tests, every single time the first one fails with the...
View ArticleHow to print
I have decided to migrate an existing WinForm application to XF. It’s basically a very simple invoicing software for a shop and I was really excited about the performance when I started the project and...
View ArticleList View not showing on UI. Please hElp
<ContentPage.BindingContext> <vm:IdeasViewModel/> </ContentPage.BindingContext> <ContentPage.ToolbarItems> <ToolbarItem Text="Logout" Command="{Binding Logoutcommand}"...
View Article"object".SetValue(IsVisibleProperty, false)returns...
"Unhandled Exception: System.InvalidCastException: Specified cast is not valid." private void SwitchCell_OnChanged(object sender, ToggledEventArgs e) { if (tæ.On.Equals(true)) {...
View ArticleRecyclerView SpanSizeLookup - HORRIBLE performance with a large data set
The setup - RecyclerView / GridLayoutManager / custom SpanSizeLookup. Nothing unusual, it's just a grid with headers that span the entire width. However what I've noticed is that performance can...
View ArticleNSTextField with suggestions shown in dropdown
I am trying to implement autocomplete with an NSTextField where the user will type in some string and suggestions will be fetched from an API to be displayed under the text field. Optionally display a...
View Article