EntryRenderer 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 ArticleCreate FileImageSource from an iOS Asset Catalog Image Set
Today I got stuck on a thing I didn't expect to get stuck on: loading an image from Asset Catalog Image Set into Page.Icon property. I've placed my icon under /Resources/Images.xcassets/Card.imageset...
View ArticleUsing System.Servicemodel.Web in Xamarin.Forms app
Im working on a solution where i connect to a REST JSON api. If/when the Rest call fails i want to be able to display the error message to the user. When i catch an Exception in my C# Web Service i...
View ArticleHow to open new url in xamarin android app
I want to open an url whenever the button is clicked? how to do this without using webview controls...
View ArticleEntry Bottom Line
I want to add bottom lines to my entries. In android a line already appears. But I couldn't found a way to change it's color. 1)How can I change the color of the line that appears in Entries on...
View ArticleXamarin.Forms customize popups
Hi! I have a short question, is there a chance to create customized popups in Xamarin.forms. I think of a own Renderer or something like that. I would need that because I would like to show a popup...
View ArticleXamarin.Forms ios map renderer problem.
Hello, We have a project in IOS with custom map renderer where the code on debug works fine, but in release it works on iphones, but not on the ipads (tested ipad air 2 and ipad). After extensive...
View ArticleNo IOS simulator or device appear on Visual Studio
I'm with business account on build server and visual studio My build host is connected: On diagnose, just the last step isn't pass, is "out dated" The IOS project is the start up project. The...
View ArticleCheck Internet connectivity
Hi, Can anybody suggest me how to check internet connectivity for both iOS and Android commonly using xamarin forms? Thanks, sunil
View ArticleIs it possible to add stack Layuout in toolbar to add controls in it?
Is it possible to add stack Layuout in toolbar to add controls in it? If yes please provide any sample with UI in XAML
View ArticleMoved: Exception on developer console, "You MUST call...
This discussion has been moved.
View ArticleSwipe to delete functionality for ListView using Xamarin Forms
Hi, Can anyone suggest me how to implement swipe to delete functionality which is a default functionality for listview in native iOS in xamarin forms for both Android and iOS. Thanks, sunil
View ArticleiOS ListView Cell remove MenuItem stays open on delete
Hi all, I've got a ListView with a swipe-to-remove button in my ViewCell, using following XAML: <ViewCell.ContextActions> <MenuItem Text="Remove" IsDestructive="true" Command="{Binding...
View ArticleObservable collection add children
I have an ObservableCollection, public class Company : ObservableCollection<Employee> { public Company(string P_companyName){ companyName = P_companyName; } public string companyName{ get; set; }...
View ArticleXamarin.Forms on Tablet and Smartphone
Hello, currently we port our html5 app to Xamarin. Can anybody say what is the best way to build and style the new App for Smartphone and Tablet. Did we need different Apps or can we solve this in only...
View ArticleIssue with Google analytics in Xamarin forms
I am implementing Google Analytics in Xamarin forms, I followed https://theconfuzedsourcecode.wordpress.com/2015/07/19/google-analytics-tracking-implementation-in-xamarin/ . As article says to add...
View ArticleAcessing Android.support.v7.widget.Toolbar through a...
Hello, I have a doubt about Material Design on Android. I used the tutorial on this link https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/ and it worked. But I wrote a...
View ArticleUnable to add PCL reference to Android and iOS projects
I started having issues today building the Android and iOS mobile projects from my Xamarin.Forms solution This is very odd since it was working fine yesterday and I haven't installed or updated any...
View ArticleXamarin.Forms Label won't word wrap inside a Grid
I define a Grid like this: var easyGrid = new Grid(); easyGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = GridLength.Auto }); easyGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = new...
View ArticleWeb Views on Xamarin.Forms Windows
Hi, I have a WebView which I use on my cross platform app and it looks fine, but on Windows the web views are smaller and scaled down and when I have a full screen web view it doesn't work. Does anyone...
View Article