Xamarin 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 to implement kiosk mode for xamarin.forms application?
I have been searing to implement the kiosk mode for xamarin.forms application but could never came across any sample in the xamarin.forms, can some help me to implement kiosk for the xamarin. forms...
View ArticleCustom View Cell: View not getting updated in case PropertyChanged event
I have a listview which consumes custom view cell. However View is not getting updated in case of property change event is triggered . I can see that View Model is getting updated values in case event...
View ArticleHow to put ellipsis for long text in Picker?
How to put ellipsis for long text in Picker?
View ArticlePrevent fitting content of Swipe to reveal Grid's view
I've created a grid consisting of two columns and one row. At the initial state, the left column width is 0* and the right is 100*. I wrote a custom renderer for the grid and overrode OnTouchEvent to...
View ArticleHow to handle notification click on Xamarin form ios project
When my Xamarin ios app is in background and I am clicking on the Push notification it is always opening the page i.e in background. Please let me know how I can open another app page on clicking push...
View ArticleCustom Renderer for tabs at the bottom of the page + icon font -> Icons...
Hey there, in my project, I am trying to display tabs at the bottom of the page, as well as on Android as on iOS. I found out that I can achieve it by adding this line to the xaml.cs:...
View ArticleCrossMedia works in Debug but not in Release for UWP - error msg about...
Below is a snippet of my code. Each of the Debug.WriteLine output that starts with a "->" is to indicate the echoing of what code is about to be run. That is followed by an error message that the...
View ArticleiOS SKPaymentTransactionObserver method
I'm trying to add the App Store Promotion where you can submit a 1024*1024px image to a inapp purchase. And then it will display on app store and such. This requires: These in-app purchases can’t be...
View ArticleNo template to add Class to Xamarin Forms ios project
I have added a new xamarin forms project on visual studio 2017 community version. I want to add a class in ios project but there is no template to add class. I had same issue with my previous project....
View ArticleDisplayActionSheet is not showing up when using Xmarin.Forms Embedded
DisplayActionSheet is not showing when I use Xamarin.Forms Embedded. Please note that I was able to observe this feature working on a sample app (non Xamarin.Forms Embedded). However, this feature just...
View ArticleWebsite App Blocker
Hey, do you know how can I make a cross-platform (ios and android) application that automatically blocks websites from mobile browsers(ex. chrome, opera mini, etc)? For example in my xamarin app I...
View ArticleCreate a custom animation to fade-out view in forms
Hey, sorry if this was asked before, i couldn't find any threads wich could help me. I want to animate an element like this. It should set the opacity to 0, but not for the whole view. Instead i want...
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 ArticleUsing IsDescructive in ContextAction produces non clickable items on iOS
Hello, I have a listview with uneven rows. The items have a typical context action "delete" with the attribute "IsDescructive="true". Now, when I swipe on an item to open the context menu and then...
View ArticleIs it possible to wait for Device.BeginInvokeOnMainThread code to finish
Hello everyone, In my code I have a task called "ShowMessageBoxAsync". I want to use this code to show (and await) the DisplayAlert to the user and return the result. Like this: var messageBoxResult =...
View ArticleException Unhandled when selecting a page from Master Deatail Nav Template
Hi I am trying to load a JSON file when I go to a page on my app but when I select the page using the Master Detail Page Navigation template it throws this error:...
View ArticleHow to set ContentPage's Background color ?
Hi ! Anyone know how can i set the background color of my content page ? Thanks !
View ArticleImplementing Bluetooth features to Print on a bluetooth printer in Xamarin...
I'm trying to avail Bluetooth features in my Xamarin Forms App to Print on a bluetooth printer but can't get it working. Even not able to search devices and pair. I tried below two plugins but none of...
View ArticleUsing a dictionary with 10,000 values gives an error
Hi, I am building an android app to build a puzzle from some pre-loaded puzzles in a dictionary variable (of int, string). It has over 12,000 puzzles. When the user clicks new game, a random integer is...
View Article