Why doesn't tapping a checkbox in a WebView appear in my test log? (IOS)
I have a WebView where users can enter their credit card information with a checkbox that when checked saves the credit card information for future purchases. In my testlogs I can see that the...
View ArticleNavigation error NavigationRenderer.GetAppearedOrDisappearedTask
Hi guys, during app navigation, an error occurs and the app crashes. The error is NavigationRenderer.GetAppearedOrDisappearedTask at...
View ArticleCan't Enable Push Notifications in Release mode
Hi, Have a strange situation. When I enable push notifications in my Xamarin Forms project in Etitlements.plist it tries to create app id on my apple developer account. It creates appID but when I want...
View ArticlePreference Seekbar
Hi, I am pretty new to Android. I have finished my iOS part and now I am struggling with a seekbar in the preference. How do you get on into the PreferenceFragment? Does anyone have some example code?
View ArticleConvert Latitude and longtude to address
I need to convert my latlong to address to extract some data , but reservation failed with error error {The operation couldn’t be completed. (com.google.HTTPStatus error 400.)} my code void...
View ArticleFirebase Database Question
I have simple question. Xamarin.Forms (PCL) can using Firebase Database? If possible, Please tell me.
View ArticleExample of a ScrollView setup via the storyboard
Hi, I was wondering if anyone has any small project which contains an example of a scroll view being implemented correctly within the storyboard? I'm just struggling to set one up via the storyboard it...
View ArticlePass special characters like ? to web service
I am trying to pass special characters like ? to web Rest API to check whether the user is a valid user or not. But when I pass eg asU30?ff it removes ? and other special characters in web service. How...
View ArticleUI Element does not get updated in an async Task from the ViewModel
Hey guys, I'm trying to add the MVVM to my project but it doesn't work as expected. In my View I have a label bound to a text in my ViewModel and a Button bound to a Command like this: <Label...
View ArticleHi Can anyone tell me how to strike through a textview?
This is how it displays without the strike.I want to knw what should I write to make the text in retailP textView to be strike through.Thanks TextView retailP =...
View ArticleThe root assembly conflicts with another assembly
Hi, after updating my Xamarin for Visual Studio it shows Severity Code Description Project File Line Suppression State Error The root assembly...
View ArticleHow to make a go to page button
Hello everyone, i'm new in Xamarin because have more questions first one, how to make a go to page and back to page buttons? please if this possible by steps!
View ArticleGoogle Maps Android API utility library support
Hi, I want make use of Google map maptag clustering which is part of Google Maps Android API utility library. I'm current make use of Google Play service from component store. Is there any chance that...
View ArticleEntryPointNotFound when P/Invoking a C library
Hello everybody, i really can't get through this problem. I have a Xamarin.iOS app and need to static link to a bunch of native C++ libraries (libXXX.a). The program compiles but throws a...
View ArticleSystem.DivideByZeroException: Attempted to divide by zero with...
I have implemented slider using Xamarin.Forms.Carouselview 2.3.0-pre2. It was working fine before but suddenly stops working in android only and throw exception of System.DivideByZeroException:...
View ArticleiOS Crash / Error
I get intermittent crashes with iOS app when debugging. I am in Visual Studio with a Mac mini build machine with iPad attached to Mac running iOS 9.3.2. 2016-06-17 11:46:46.221 AppiOS[446:74315] error:...
View ArticleOpen Source : XFControls
Hellow every one, Now I'm open source my Project : XFControls This project is a set of Xamarin.Forms' custom control Include Border / CircleBox / CheckBox / RaidoGroup / RadioButtonGroup / Flip /...
View ArticleThe "LinkAssemblies" task failed unexpectedly - Xamarin.Forms higher as...
I'm getting error in my Forms app while building the android project. I use: Visual Studio Enterprise 2015 Update 3 Xamarin.Forms V2.3.3.193 Target Framework: "Use Latest Platform (Android 7.1)"...
View ArticleBuilding Release Version Fails (The "LinkAssemblies" task failed unexpectedly.)
After adding XLabs' NuGet packages (Core, Platform, Serialization, IoC, Forms, and Forms.Charting), I have been getting the following error when I try to build a release version: C:\Program Files...
View ArticleError The "LinkAssemblies" task failed unexpectedly.
Hi there, I'm getting this error when i try to build the solution en release mode, using Visual Studio Pro Update 3 With Xamarin 4.2.0.703 Severity Code Description Project File Line Suppression State...
View Article