Is it possible to avoid ON and OFF Text of Switch
How to avoid "ON" and "OFF" text of Switch control. If it is not possible then Is it possible to customize that text
View ArticleEmpty Label when ListView is empty
Is there anything like an EmptyTemplate or similar for the ListView in Xamarin.Forms, for when the data bound contains no elements? If not what would be the best approach, I can think of a few but...
View ArticleHow to display scroll of the editor control in TableView (Android only)
Hi everyone, I tried to set height request for Editor control in ViewCell of TableView. But It also isn't solve my problem. Note: Editor control can scroll if it has set height request, and it inside a...
View ArticleListView dividerHeight is not working in Xamarin.Android
Hi, I have working with Xamarin cross platform and Create custom render for ListView in android and set Divider-Height. But Divider-Height is not changed.
View Articleback button in WebView for Xamarin Forms
Hi Can we have only back button in WebView for Xamarin Forms. I am opening url inside WebView, which intern opens other internal as well as external urls. For internal urls(my application), I have Menu...
View ArticleHow can we identify which C# method takes more time for execution through...
Hi Team, With the help of Xamarin Profiler , how can we identify which C# method takes more time for execution ? (like after click button action or loading grid).
View ArticleHow can we identify which C# method takes more time for execution through...
Hi Team, With the help of Xamarin Profiler , how can we identify which C# method takes more time for execution ? (like after click button action or loading grid).
View ArticleDefault value for Picker
I would like to show a default value in the text field of the Picker. So far I know the "Title" is automatically used but I would like to show one of the options, the Picker shows, e.g. the first one....
View ArticleException while loading assemblies
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(2,2): Error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load...
View ArticleAzure AD re-authentication using AcquireTokenSilentAsync
I'm working on an Azure AD plugin for iOS that allows you to log in, logout and re-authenticate. But I am having issues with the re-authentication function. I am trying to use AcquireTokenSilentAsync...
View ArticlePre-release: Xamarin.Forms 2.3.5.256-pre6
We've pushed Xamarin.Forms 2.3.5.256-pre6 to NuGet and have begun QA in preparation for making this our next stable release. To install the pre-release, check the pre-release option in your NuGet...
View ArticleArchive on VSTS
Hi, I want to create .apkarchive file like it is created by Visual Studio -> Tools -> Archive Manager, but I want to do this on my CI server. I am using VSTS to build the application, but i...
View Articleawait client.GetAsync(URL) throws no response.
Please help me, how to rectify this issue, in normal console application it works, but when i use Xamarin its throws no response. code snippet mentioned below, static async Task DownloadPage(string...
View Articleprinting and SKGLView in Mac
Hi, I have a small app on Mac using SkiaSharp for drawing on a canvas and I am rendering it using SKGLView. My SKGLView instance is a subview of some NSView. I am trying to print my drawing as follows:...
View ArticleUpgrading to NetStandard
Hi, I'm upgrading to .NET Standard, and for some reason, this library used to work well in the PCL and now doesn't. I've installed the Microsoft.NETCore.Portable.Compatibility package, but for this one...
View ArticleCenter view with proportional width only
Hi, I am making a login page. There is a small view (frame) in the middle that fills 50% of the width, and the height just takes whatever it needs. Is this possible? In all the ways I know, you either...
View ArticleXF image tapgesturerecognizer not working on UWP?
xamarin forms image tapgesturerecognizer not working on UWP, working fine on Android. How to fix it? Thank you!
View ArticleSQLite Database, Querying from Table ?
Hi, I am trying to create a table for for user details. Referring to this example http://docs.xamarin.com/recipes/ios/data/sqlite/create_a_database_with_sqlitenet With the help of this. I am able to...
View ArticleXamarin froms, how to use content view in list view in .cs file
I have some customised content view in Xamarin from app, I am using that content view in list view using xcml page <ListView.ItemTemplate> </DataTemplate> </ListView.ItemTemplate>...
View ArticleFailing to load PCL Interface DLL in release mode
Hi, I have developed a recorder application for both Android and iOS. The recommended method for such cross platform feature was to use a PCL class. Hence I have written a Portable class ( as Interface...
View Article