Error getting while implementing tap guest recognizer for custom control
Can any one help me on this actually i added one round image through this http://www.c-sharpcorner.com/article/round-image-in-xamarin-forms/ So now i want to implement guest recognizers to that round...
View Articlepicture cropping not working in android
Dears, Successfully implement image loading from camera or gallery in my project. But I need to add cropping feature with image loading. From camera: In UWP cropping is possible, but in android not....
View ArticleEntry not accepting "," on numeric keyboard
Entry won't accept using "," as decimal separator when using Numeric keyboard. This is broken on Xamarin.Forms versions 2.4 and 2.5. Latest working version is 2.3. However the "." is working fine but...
View ArticleMaintaining State in Xamarin Forms.
Do we need to preserve the content of every page in Xamarin Forms, in anticipation that the App could be in the background or suspended?
View ArticleXamarin Binding to c# generated View
I need to generate many View based on a list of object that is extracted from a DB. To do this, I must create this views in my TabbedPage view. I use MessagingCenter for pass the list of object from...
View ArticleToast for IOS
Using Xamarin forms to implement toast message. I have implemented successfully in simple hello world application and works fine (android and iOS). when I implement the same in my project toast message...
View ArticleCustom UI for progress bar in Xamarin.Forms
I need the custom UI for progress bar in Xamarin.Forms as shown in the image.
View ArticleTabbedView in Xamarin Forms
I cannot resolve the issue: I need to make a page, that looks like the attached photo. Xamarin.Forms supports the TabbedPage, but I need a View that is tabbed... Is there a good way to resolve it? I...
View ArticleProgress bar with rounded edge
How to create progress bar with rounded edge in xamarin form PCL application.
View ArticleWebview navigating event for iFrame in Android
Hi Webview Navigating (wv_navigating) event is not executing for iFrame in Android. Its executing fine for iOS. I am using Xamarin Forms. Any pointers will be helpful. Regards Gajendra Salunkhe
View ArticleLatest Xamarin updates causing my Android app not to work
Hi, Please help me with this.. I have just updated Xamarin and Visual Studio for Mac to the latest update and now my PCL's Android project is not working but iOS is file.. I have updated all packages...
View ArticleHow do I upload PDF and Docs in Xamarin form?
How do I upload PDF and Docs in Xamarin form? I am able to select and upload Image Files thought using MediaPicker though. with out using xlabs
View Articlemissing templates in visual studio
hi, i have visual studio enterprise 2017 and i installed all the things to be worked with xamarin. i did it maybe 5 times in two weeks and im getting crazy. when i choose in visual studio...
View ArticleiOS XAML previewer not working with VS Mac 7.3 (build 979)
Since I upgraded, two days ago, to the latest version of Visual Studio for Mac the XAML previewer no longer renders for iOS (Android still works), This is the stack trace it renders instead:...
View ArticleWrapping text in a tabbed page label
I have 3 tabs and the last tab the title does not show completely. Is there a way to expand the width of the tab label? Or to wrap the text? ` <TabbedPage.ToolbarItems WidthRequest="150">...
View ArticleWhat can Application.Current.Properties do?
Can anyone point me to any decent documentation about Application.Current.Properties? This is a dictionary of objects keyed by strings which Xamarin is supposed to automatically persist between...
View ArticleGenerate token from credit card Stripe.Net
Since Stripe.Net doesn't work anymore in the PCL side, we need to use DependencyServices<>. However, when I'm trying to generate a token from credit card information, it seems like... It's...
View ArticleValue Converter not working
I have a simple Converter which converts an array of string values to single string object i.e. joins all the strings using a separator. When the app is run, it hits the breakpoint in the value...
View ArticleProblem on updating Xamarin.Forms
Hi, I am using Xamarin Forms with visual studio 2017 .. the new project is always has Xamarin.Forms v 2.3.3.191. The project doesn't work .. it stops on (InitializeComponent) on the MainPage .. just...
View Articleis it possible to extend ViewTableCell and use it as base type for...
Hi! I need to extend existing implementation of ViewTableCell that is used as base type for UITableViewCell, but current implementation of ViewCellRenderer doesn't allow me to do this because of...
View Article