Xaml cool templates?
Hi all guys, This is my question, is there on all the entire web some example for develop a good/cool template in Xamarin.Forms? I only found libs and more libs that doesnt work nice, and non-free...
View ArticleMultiple Image Picker
Has anyone seen a good cross platform image picker where more than one image could be picked from the gallery (like with checkboxes)? I can't even seem to find an OS specific implentation that's...
View ArticleGrial UI Kit for Xamarin Forms (Xaml Layouts)
Hey everybody! Just wanted to share with you our first Xamarin Forms User Interface Kit, Grial. Grial is collection of fully customizable, themeable screen layouts crafted in XAML You can use it as a...
View ArticleiOS TabbedPage Big Icon bug ?
Hi everyone ! I got a little problem with TabbedPage and their icons from a simple Page. It's a really simple code who add as children some Page with a text and an icon but i got really big icons !...
View ArticleHow to autosize Editor height?
I have an Editor control inside a Grid cell that I would like to automatically expand vertically as more text is entered. Is this possible?
View ArticleSatellite Menu with Xamarin Forms
Hi! I was wondering if anyone has used Satellite Menu component with Forms. I guess you have to implement some sort of interface and custom control mix since satellite menu component is implemented for...
View ArticleHow to select multiple images from gallery from both android and iOS device?
Hello, I am working on xamarin.forms app. I am creating the app for android and iOS. I need to open the gallery and select multiple images from gallery of devices. How I can do this in xamarin.forms...
View ArticleListPicker does not “push down” other elements
ScrollView StackLayout VerticalOptions="Start" local:myListPicker x:Name="LP" /local:myListPicker Label Text="Push me" /Label Label Text="DOWN" /Label /StackLayout /ScrollView I added four Items to...
View ArticleHow to integrate iOS9 quick actions in a Xamarin Forms app?
Does anyone have an example on how to integrate ioS9 quick actions in the iOS part of a Xamarin Forms app? It seems that it can not open the Xamarin Forms UI when the app starts from a quick action?...
View ArticleHttpWebRequest https problems
Hi guys, Setup: Windows 7 Visual Studio 2015 OS X Yosemite Xamarin (latest stable version) I've been trying to solve this issue. I cannot seem to get any solid information on it. But OK in short I've...
View ArticleCode Erreur XA5207
Hi all, Firstly i'm sorry for my bad english. So i do update for xamarin form 2.0 from 1.5 .But when i try to build i have 2 error : C:\Program Files...
View ArticleImages not load in Win RT with Xamarin Forms 2.0
Since the release of version 2.0 of Xamarin Forms do not load images in ListView in Win RT
View Article[IOS] Bug on IsGestureEnabled of MasterDetailPage
Hello there, currently working on an application where the SideMenu is desactivated on certain page, so i use IsGestureEnabled= false, and true when go back. It works well on Android, but on IOS it...
View ArticleWhere is the extra space coming from?
I have extra space on the right and bottom of my page shown with red arrows in the attached picture. Where is it coming from? My code: public class StartPage : ContentPage { public StartPage () {...
View ArticleSplash Screen on an Xamarin Forms App (iOS)
Hi all, I'm beginning to love this platform!! I do have an issue that is bugging me and I just can't seem to get to work. The iOS splash Screen. I have all of the App Icons, Spotlight & Settings...
View Articlehow to get custom Behavior property updates in my ViewModel?
I have a custom behavior "ConfirmPasswordBehavior" on my form like this: <Entry x:Name="password" /> <Entry Text="{Binding Password}"> <Entry.Behaviors>...
View ArticleListView visible itemSource only updated when interacted with
Hi folks, i'm working with a listview in class created: public MyPage() { this.MyListView = new ListView() { IsGroupingEnabled = false, HasUnevenRows = true, ItemTemplate = new...
View ArticleHow Can we develope expendable listview as accordion Control?
Can you please help me in developing this expendable listview control in Xamarin Shared forms which can be used for all mobile platforms as iPhone, Android and Windows Phone?
View ArticleMessage: The application may be doing too much work on its main thread.
What mean message "The application may be doing too much work on its main thread." ?
View ArticleUIWebView in Xamarin From not display Video
hi, I implement UIWebView in Xamarin.Froms for Android and IOS. Customer provide video on HTML5 files and I 'll display this HTML5. But video in UIWebView is not display. Could you tell me how to...
View Article