Obtaining Exception "Xamarin.Forms.Platform.Android.Platform+DefaultRenderer"'.
Hi , I have facing the below exception issue while using the rotator click one page and move on to next page this crash occur. This happens randomly don't know why it comes "Unhandled Exception:...
View ArticleBoth binding source on Listview
I have this listview, but for the MenuItem I pass a comand ToRemovePersonand ( in my VM ) but there isn't binding because there is into the listview. how I can specify the source of the command....
View ArticleXamarin Listview button
Hello Guys, I want to show a new Page by clicking the ViewDetails button not ListviewItemclicked. I want to pass this paramter . I want to know how to get this Data My Coding is
View ArticleHow do I integrate the Stripe API into Xamarin.Forms PCL?
Hello community! I noticed recently that the Xamarin Stripe component and documentation no longer exist. Can someone provide an example on how to integrate the Stripe API into a Xamarin.Forms PCL...
View ArticleWhat is the minimum version of Android that is required for...
My target Framework version is Android 6.0. When i upgrade xamarin.forms to 3.4.0.1008975 then get this error: 'The "XamlGTask" task could not be initialized with its input parameters.' Can anyone tell...
View Article'CarouselView' exists in both 'Xamarin.Forms.CarouselView' and...
I have issue with carouselview. after installing CarouselView from NuGet Manager giving me below error. The type 'CarouselView' exists in both 'Xamarin.Forms.CarouselView, Version=1.0.0.0' and...
View ArticleRetrieving data from an asmx web service which returns a dataset
I'd like to know if I can retrieve data from an asmx web service which returns a dataset. If so, any tips?
View ArticleNeed to truncate text in Text3D with fixed Width and Height
I need to be able to render some text in a Text3D component(using UrhoSharp and C#) which will have a defined max width and max height. So with a predefined font type and font size, if the rendered...
View ArticleTabbed page on the bottom with images
Hi guys, I want to create for iOS, Android and UWP a tabbed page at the bottom of the page with icons. Also, I should have a "More" button: if there are more then 4 button, to have a page with other...
View ArticleDeleting cached image with the same Uri
How do i delete cached image with the same Uri (old cached image always served after user change his profile image which has the same Uri) I tried with FFImageLoading...
View ArticlePicker pops up twice
I have a simple picker inside a list view and on my devices when I use my finger to scroll or tap it pops up twice I have verified this on multiple devices and I know it is not my code - it's just a...
View ArticleXamarin Live Player vs Gorilla Player
Can someone tell me what is better at the current moment? Xamarin Live Player is official, but still in development. Gorilla player seems more stable. Did you test them both so you can tell me the...
View ArticleHi, I am facing Deployment to emulator error in Xamarin Forms
I am trying to build a Xamarin forms Application, It's a blank code, the code builds perfectly without error but it does not get deployed on an emulator. If I click "Start without Debugging" then the...
View ArticleCustom Map tiles Overlay hides my routes highlight
Hello everyone, I'am currently working on a Pcl project that, among other things, displays a custom map. I have used this tutorial to customize my map : and this one to add custom map tiles. and...
View ArticleSystem.Xml.Dll assembly only loading on breakpoint
Hello, I have been migrating all my project from an old version of xamarin with an old version of mono to the latest of both. Amongst all the other issues I have encountered and found a solution, here...
View ArticleMacOS: Anyone having trouble with having to specify width requests?
Hi, I'm finding that I have to specify width and height requests for Grids and Images, when doing Xaml layout for MacOS. This is truly a Cross-Platform project, Android, iOS, UWP, WPF, and MacOS, and...
View Article[FilePickerActivity] not attached to window manager xamarin forms
Hi, I am trying to use the CrossFilePicker to allow a user to select a file from their device and receive this error message shortly after selecting a file. The setup that I have is that file...
View ArticleDevelop Xamarin app for Knox platform
Hi, I am new to Xamarin development trying to develop a proof of concept app with Xamarin forms that will be deployed on Samsung on a knox workspace and pushed to the devices with BlackBerry bes...
View ArticleShould we use Reactive Extension's Observable pattern to run multiple...
Hi All, I have a general question regarding designing the architecture of my cross-platform solution (Xamarin.Forms and ASP.NET Core). I have a requirement of calling multiple API endpoints (similar to...
View Article