How to design a custom view with tag bubbles like gmail?
Hi, How to have a tag bubbles like in the attached image.I have done this for android using TagView component but not sure how to do it for iOS?Any component that I can refer?
View ArticleERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built...
ERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software...
View ArticleInvalid Resource Directory Name: obj/Debug/res/ fonts
I'm currently trying in change our fonts to be referenced as resources following the Xamarin Fonts Guide, but I'm seeing a weird issue where if i add my font and set the build action to...
View ArticleInspector thinks AVD is a physical device and will not load
I'm using the Android SDK emulator with a x86 system image and VS 2017. When I try to use the latest version of the Inspector I get an error launching it; "Inspector is not supported on physical...
View ArticleIn-App Help Recommendation
Hi, Im wondering if anyone can recommend an in-app help product (provides chat/ticket feature and FAQ) that also has Xamarin iOS & Android bindings? Thanks.
View Articleauthentication service is unavailable.
I am having an issue adding a apple developer account to visual studio Mac. this always gives an error "Error adding account - authentication service is unavailable." It was there at one time but I...
View ArticleReactive Programing: Binding to an Observable in Xamarin.Forms
I'm trying to figure out the best possible way to deal with observables in Xamarin.Forms. Thought I might share this here: I created my own kind of binding to directly bind to observables. <Entry...
View ArticleHow to send push notifications from one mobile app to another app in xamarin???
how to send notifications from one app to another app using xamarin .which plugins i have to use.
View ArticleHow to change MasterDetailPage menu and back button on Xamarin.Forms Android
I am trying to change the menu icon and back icon for the MasterDetailPage in Xamarin.Forms. I did it with a custom renderer for iOS, but I can't figure out how to do it properly on Android. I found...
View ArticleVS 15.5 Remoted iOS simulator issues
Just updated to 15.5, very cool that you can now run the iOS simulator on Windows and not need an enterprise license! I'm having problems with it though. After updating and rebooting, I installed the...
View ArticleHow to add an colored underline to a button on Xamarin.Forms Android
I am trying to add a colored underline to a Button on Xamarin.Forms. I made a custom renderer for iOS and got that working, but I can't seem to figure out a way to do it with a custom renderer on...
View ArticlePlease File New Ideas on GitHub Issues
We have now opened GitHub Issues and ask that any new proposals and discussions be opened there. Existing conversations may remain here, though you are free to migrate them as you see fit to GitHub.
View ArticleIs it possible to use QLThumbnailImage.Create method?
It is documented here: https://developer.xamarin.com/api/member/MonoMac.QuickLook.QLThumbnailImage.Create/p/MonoMac.Foundation.NSUrl/System.Drawing.SizeF/System.Single/System.Boolean/ , but as far as I...
View ArticleNSSecureTextField
Hi, I just discovered i'm not getting the value from NSSecureTextField unless I press enter first. Which I have been doing so far out of habit. I presume its related to the Action field in Interface...
View ArticleERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built...
ERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software...
View ArticleCalling AuthenticatorPage with Prism
Hoping someone smarter than me can help me figure out a way to call Navigation.PushModalAsync to a AuthenticatorPage provided by XamarinAuth within the Prism MVVM framework. Here's the code samples I'm...
View ArticleAndroid Emulator Choices
If I am creating projects that are Android, iOS and UWP I need Hyper-V to stay enabled. I know that I can install the Visual Studio Hyper-V emulators for Android but they have not been updated in a...
View ArticleAdding Sound to a Xamarin.Forms App
@AdrianStevens just wrote a blog post about Adding Sound to a Xamarin.Forms App! Read the post HERE. Discuss below.
View ArticleAPK Expansion files
The project was created in Xamarin PCL profile No. 111 (without UWP). All classes are in the portable project, and the below-mentioned class in the Droid project. Here is my implementation of this...
View ArticleReset WebView in OnDisappearing
Hi, this question is specially for iOS in xamarin forms. I have an TabBar. In every TabBar is an webview. If I switch to the third tab, and back to the first again the Event "OnDisappearing" is called....
View Article