Autoscroll keyboard in iOS problem
My code have worked find in Xamarin.iOS. But now i apply Xamarin.Forms into my project, it do not work correct. My code worked fine when i call Page by PushAsync ```Navigation.PushAsync (new MyPage (),...
View ArticleXamarin Forms app crashes in release mode
My Xamarin Forms app crashes in release mode. The Android log says: "Info(1209)/ActivityManager: Start proc com.companyname.testapp for activity...
View ArticleSet sizes for scroll view
I want to add at main page scrollview (500x800). But when I add the stackLayout inside scrollview, the width of my scrollview becomes equal width of stackLayout (2500x800). How can I save sizes of my...
View ArticleTrying to implement an Interface
Dear Xamarin, Im trying to implement an interface and always when i do so i get the following error in Visual Studio 2015 Error: The type 'List<>' is defined in an assembly that is not...
View ArticleDraw chart in Xamarin.Forms
What is the best way to draw chart in Xamarin Forms. https://en.wikipedia.org/wiki/Candlestick_chart I think the best way to use: ScrollView, StackLayout and BoxView. What do you think?
View ArticleHeader with gradient
Hello, Is it possible to create a header with a gradient color in Forms? How can i do it? Thanks!
View ArticleAndroid button with image and text programatically?
How can I achieve this: <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/button_text" android:drawableLeft="@drawable/button_icon" ... /> via...
View ArticleHow to retrieve mail attachments using IMAP ?
How to retrieve and download mail attachments using IMAP ?.
View ArticleSignature pad Return 0 btye for Android
I am Implemented the Signature Pad in Xamarin forms. I draw the some signature. When I tried to get the image from Signature Pad object with "GetImage(type)" function. it returns 0 bytes. Please help...
View ArticleFile Upload Control not working in web view
Hi, I am loading my HTML web page into Xamarin Forms Web View control. In the HTML web page there is one File Upload Control for Image upload. Here The Upload control is not working in Mobile. Thanks
View ArticleHow To Store User Session To Stay Logged In
Hi everyone. How can i store the user session data to stay logged in? Thanks!
View ArticleXamarin Forms and Estimote SDK?
Hi, I'm planning to develop a simple/basic iOs and android app using the estimote iBeacon android and iOs SDKs: https://components.xamarin.com/view/estimotesdk...
View ArticleVisibility for cell based items
Hi all, Just starting to take a look at the Xamarin.Forms documentation to understand the possibilities provided by this new assembly. Does anyone know if it is possible to manage the visibility of a...
View Articleis there a tutorial for this Facebook SDK for Xamarin 4.4.0.2
Hi, i am working in xamarin forms, and i want to integrate facebook authentication, but I am not sure how to do it, I found this component Facebook SDK for Xamarin 4.4.0.2...
View ArticleLooking to pop up an alert like displayalert() but from the View Model...
I am using Xamarin Forms Labs and a PCL. I am using the ViewFactory to bind the Views to the View Models. Other than creating a separate alert view and view model, is there a way to get access to that...
View ArticleSystem.Runtime reference in Visual Studio ?
Hi guys, I'm using Visual Studio 2015 and the newest Version of Xamarin-Android and Xamarin-Forms. I always get the following error messages like on the picture that I have attached to this post. And...
View ArticleGestureRecognizers (iOS) issue in 1.4.4.6392
I have a Label ' = ' with a TapGestureRecognizer on the accordion nav bar in the linked example which fails to fire, past the first item above the root, in the Navigation stack. The bar below the...
View ArticleAndroid font size change reverts to default font
I have a custom renderer for a Label that implements the use of custom fonts and works with system fonts as well. For whatever reason when I change the size of the font the font reverts back to the...
View ArticleHow to get Device Width/Height?
I'm trying to get the Device Width/Height, but everything I do comes back with -1 I'm trying public class SomePage: ContentPage { private readonly StackLayout content; public SomePage() { content = new...
View ArticleIs there any File/Image Upload Control in xamarin forms
Hi, Is the any control for File/Image Upload in xamarin forms
View Article