Who should be responsable for Navigation? View oder Viewmodel
Hi, I'm pondering now for quite a while over this question. In one way there is a lot that speaks for having the View beeing responsible for Navigation, as in a way the whole GUI of an App is a view of...
View ArticleCross Platform Crop Image View
Hey, Anyone have ever implemented some custom crop image UI that can be used in forms ios/android/win phone? What I`m trying to achieve is something like instagram that crop a image to a square, so I...
View ArticleStack two Labels horizontally (And a little bit of vertically :))
Hi, I had a hard time describing my problem so I made a picture:
View ArticleXamarin.Forms for UWP Preview Now Available
Update For Xamarin.Forms 2.0, the UWP preview is included in the Xamarin.Forms NuGet package. Be sure to read the directions here to get started:...
View ArticleConvert a Xamarin.Forms.DataTemplate to a System.Windows.DataTemplate
Any know if there is a relatively easy way to do this -- I cannot seem to find any information on it.
View ArticleHow to animate change of background color?
Given a View such as a Label, if I want to animate a change of BackgroundColor (not Opacity) from one Color to another, how can this be done? Many thanks, John H.
View ArticleApp crash on Real iOS Device but work fine on Simulator
Hello. I created a brand new Xamarin.Form Project and try running on my iPhone but it crash immediately after spash screen. And the debugger cannot connect to device.
View ArticleButton Horizontal Text Alignment
Hi all! I can not find a way to change the horizontal alignment of a text inside a button. How can i do?
View ArticleNative linking failed, undefined symbol: ___divdc3
Hi, While deploying the application to the iphone i am getting the below error Native linking failed, undefined symbol: ___divdc3. Please verify that all the necessary frameworks have been referenced...
View Articlestacklayout with horizontal orientation, how to wrap vertically?
as in the subject, how do I make a sequence of labels, horizontally stacked but wrapped vertically when needed?
View ArticlePush Notification Plugin for Xamarin on receiving message
I have integrated push notification on Xamarin.Forms by using this plugin: https://github.com/rdelrosario/xamarin-plugins/tree/master/PushNotification using our own web service on Rails. What I need to...
View ArticleDoes xamarin supports SUP 2.2 SP_05 (SAP) ??
I am doing an app for windows phone using xamarin forms and want to use generated code i.e in C# which is deployed from sup 2.2 (SP_05) version of SAP but as i add this code in the project it gives...
View ArticleMax length on Entry
Is there a way to limit the length of text in an Entry control? If not, is it planned to add this feature?
View ArticleXamarin.Behaviors File not found exception
I am working on Xamarin Forms and am using Xamarin.Forms.Behaviors version 1.3.1, given below is my code In the content page root header i have added the namespace for Behaviors and it works fine...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleUWP + Forms 2.0 - Custom Page Renderer always shows empty
I have below custom page renderer for UWP app, while the app always shows an empty screen, from the debug with the Loaded event, I can see the border element in the ContainerElement with ActualWidth=0...
View ArticleEntryRenderer TextChanged
Hi everyone, I'm making an XF Android application, and i need the user to auto login when he types a code (after 4 digits). I've done a 'ExtendedEntry' class with a EntryRenderer to limits the...
View ArticleReusing a single CarouselPage causes leaking renderers, is this by design?
Hello Xamarin, After profiling our app we found some issues which causes memory leaks in our app. Maybe it is by design, maybe not, but this is what we found. In our app we have a single CarouselPage...
View ArticleShared aplication problem
Hello. I have trial version of xamarin and I have stuck on tests phase. I spent a few hours on that. I've created "Shared" solution from scratch. When solution is generated I can compile and run on...
View ArticleListview not scrolling when focus entry control within viewcell in...
I have entry controls within listview. When I focus entry in viewcell soft keyboad is appeared and its hidding entry control because listview not scrolling. To overcome this I tried to use listview...
View Article