ListView.ScrollTo not working on Android
Hi I use ListView.ScrollTo to scroll to the very bottom of a ListView. On iOS its working fine but I get a Java crash on Android. _messageListView.ScrollTo (_messageList[_messageList.Count -1],...
View ArticleCard.IO integration
Anyone knows how to integrate Card.IO into Xamarin.Forms Apps? My company has a new app needs to implements credit card scanning using camera, but I Pretty much have no idea on how to do it. Any help...
View ArticleTouch Events in Xamarin.Forms?
I'm using a TabGestureRecognizer to make an image behave like a button. (See below) I have two versions of this image (back_button_up.png and back_button_down.png). I want to swap the images on "Touch...
View ArticleAnimate StackLayout to left and right
Hi All, I have created a stack layout with 3 children(stack layouts) as shown in the attached image file. I have to animate the main layout t left or right according to the button click. If I click to...
View ArticleListView.ScrollTo not working on Android
Hi, We have working in Xamarin Fourms Application, In IOS ListView ScrollTo is working fine, but in android ListView ScrollTo is not working. please help. Thanks
View ArticleCan we use another project to store image resources ?
Hi, is it possible to have the images resources in another project than the XFormsNameApp.Droid ? and then use images from XFormsSharedLibrary.Android/Resource/drawable ? I can't find how to target...
View ArticleLinkAssemblies error
Hello, i have a error in Release mode wean i create Archive for Publishing i Debuger work great: C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(5,5): Error MSB4018: The...
View ArticleError compiling Xamarin.Forms Portable app in Visual Studio 2015
Hi, I have an error compiling Xamarin.Forms Portable app in Visual Studio 2015. Everything was working until upgraded the Xamarin.Forms package using Nuget from version 1.5.1.6471 to version...
View ArticleDisabled button style on Windows Phone
I'd like to change disabled button style on WindowsPhone, the solution below works on Android, but on WindowsPhone style is changed for a slight moment to desired and later is set to default (gray...
View ArticleImage resources in root folder of Windows Xamarin.Forms project?
Hi I know this is a minor thing, but still, I like to keep things structured and organized in my application. I think the way Xamarin.Forms do it now for Windows project is "messy". Currently, all your...
View ArticleProper way to create renderer for WebView in iOS
I am using below code for WebViewRenderer in iOS public class WebViewPageRenderer : WebViewRenderer { protected override void OnElementChanged(VisualElementChangedEventArgs e) {...
View ArticleKeep Android soft keyboard on screen
My issue seems trivial, yet I can't find an easy solution to it within the Forms environment. I have a chat page, where I want to be able to show the keyboard after the user taps on the entry field...
View ArticleHiding the Status Bar and the Action Bar in Android App
Can anyone tell me how to implement this in a (Xaml) implementation of an Android app?
View ArticleDoes Xamarin Forms 2.0 support 3D Touch
Would like to add some 3D Touch functionality to my forms app. Just wondering.
View ArticleProblem with binding
Hi there, I've a small problem regarding binding. I have a ViewModel with 2 properties: ObservableCollection Comments and string Title. My listview looks as following: <ListView x:Name="listView"...
View ArticleApp crash immediatly at startup with 'Fatal signal 6 (SIGABRT)' error message
Hi everyone, I'm a new Xamarin Forms developper (about 2 month old) and I'm facing a big problem when I execute my Xamarin Forms Android application. I search on the Xamarin forum and on Google for a...
View ArticleAndroid font size gets overridden by native Android settings
I am setting my font size using the NamedSize enumeration. In iOS the font displays as the set size regardless of the font size set in the os settings. This however is not the case for Android. If I...
View ArticleWindows Phone pull to refresh not working when ListView has few items
We're using Xamarin Forms 1.4.2.6359. We have a page with a ListView that has pull to refresh enabled. For Windows Phone Silverlight 8.1, when the ListView doesn't have enough items to fit the screen...
View ArticleFody 'IntermediateDir' not found
Hi all I've updated to the latest and greatest of everything: Mac OS 'El Capitan', Xcode 7, Xamarin Alpha, and I find with one project where I've used Fody a bit that I get an error thrown on the...
View ArticleKeeping text in the middle of a scrollview enlarged?
Hi guys, I have a pretty vague description of something I'd like to do, but not entirely sure if it's possible. Well, more accurately not entirely sure of the best way to go about it. Say I have a...
View Article