Has anybody solved running on Windows 10 release?
My app runs happily on Windows 8.1 and on a preview build of Windows 10, but on the release build of Windows 10, the XF Application constructor throws the following exception. Has anybody else...
View ArticleHow to use a ListView in a ScrollView with XLabs-PopUp-Control?
Hi all In my App, I have a huge search-page with various (filterable) ListViews (until over 4’000 Items) in a StackLayout and the StackLayout in a ScrollView (as the Page has to be scrollable). The...
View ArticleTag-like on entry
Hi, I need to make an entry with the tag option, like the image: Someone has any idea? I tried with grid layout and changing the position of my entry, but that was awful...
View ArticleHeight of Picker in Xamarin.Forms
I'm using xamarin.forms and displaying Bindable picker on screen. And I'm using following code to update initial text of Picker contol. public class MyCustomBindablePickerRenderer :PickerRenderer { //...
View ArticleOnTapped event is not firing in my customcell of ListView
Hello All, I have a List View and data template for that is a custom cell.My custom cell is inheriting ViewCell. `public class CustomSelectableCell : ViewCell { private StackLayout _stackLayout;...
View ArticleCamera Capture using XLabs
Hi I'm trying to implement a camera capture using XLabs. I've follows the examples but there seems to only be part of the code necessary (unless there's a complete solution I'm missing on Github!?) I...
View ArticleCamera Stream in Xamarin.Forms
Hello everyone who reads this, I'm beginning with Xamarin.Forms and I'm facing some difficulties in finding correct informations. What I try to do is : Get a simple stream of my camera hardware (I...
View ArticleHow to change the color of the text in an ImageCell
Hi, I would like to change the color of the text in the ImageCell, which is currently blue on Android. As it seems that it's not possible to change it in Xamarin.Forms.ImageCell, I assume that I have...
View ArticleWhat could cause a crash in GetAppearedOrDisappearedTask ?
Our QA team just got this crash in Xamarin Insights. I don't see any of our code in this except for the Main call, so maybe it's a Xamarin Forms bug? It would be nice if the NullReferenceException told...
View ArticleGetting error while using XLabs MediaPicker in IOS
I am using Xlabs MediaPicker in my Xamarin forms application. Its working fine in android but when it comes to iOS getting following error. Am just using media picker to pick the image from gallery....
View ArticleHow to use WebView
Hi, Is ready WebView for development? How to load url? Documentation is missing. ol3j
View ArticleUse your application to open files
The question is basically reversed question to this: https://forums.xamarin.com/discussion/39912/open-pdf-in-android-default-pdf-reader I'm working on PDF-viewer application, and i'd like to open the...
View ArticleIn tabbed pages how to navigate views in same page
Hi, My project requirement is to show file downloading and uploading actions by activity loader. Xamarin.Forms PCL approach used in project for Android and iOS platforms. In Xamarin.FORM core project a...
View ArticleMaster Detail Page Icon
I'm following the instructions here; https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ The navigation bar icon is placed too far to the right by default. Is there a way to...
View ArticleHow I can disable highlight item in ListView?
I could not disable highlight item. I tried to use this code (I took it from forum): listView.ItemTapped += (object sender, ItemTappedEventArgs e) => { if (e.Item == null) return;...
View ArticleMap´s control swipe up and down doesn´t work
Hi. There´s a map control in a page and I´m able to swipe left and right and movement it. However, when I try to swipe up and down the scroll view element on the screen is used (specifically when...
View ArticleXamarin.Forms TabbedPage - Capturing the tab click event (no page change)
Experts, I was able to extend the Xamarin.Forms TabbedPage class to add an event that is triggered when tabs change – so great. Now I’d like to be able to capture the tab click event that occurs when...
View ArticleSelecting Label Text for Copy and Paste
I am using labels to display contact info for a CRM application. I can't seem to select label text on any of the platforms, blocking me from copying and pasting contact information. Is there a property...
View ArticleI want to stream video in xamarin.forms how can i do that?
i want to stream video in xamarin.forms how can i implement that can u give me the working demo?
View Article"could not load type ... while decoding custom attribute"
Hi all, I am getting the error from the title at runtime when calling DependencyService.Get<>() to access the iOS binding of a cross-platform interface. It used to work fine with my ios app...
View Article