Setting StyleId (for UI testing) on DisplayAlert?
Is it possible to set the automation id's for popup alerts so they are testable from automated UI tests?
View ArticleAuto rendering 20+ icons for iOS, Droid and WinPhone Apps
The number of icons needed to create a Xamarin Forms app is most irritating. That motivated me to hack together a WPF desktop application that renders application icons / splash screen using XAML (and...
View ArticleProxy settings from devices
Hi, I would like to know the best way to retrieve proxy settings for all devices. My needs to be proxy-aware, not all clients will be using a proxy but some will. I'm using the standard HttpClient at...
View ArticleAny update on Xamarin Forms with Windows 10 Universal Windows Platform?
I am eagerly waiting to hear from Xamarin Forms working with Windows 10 UWP apps ... anything exciting launching tomorrow with VS 2015 launch?
View ArticleHow to change the image property values with respect to the platforms ?
Hi, How to change the image property of button in Xaml with respect to the platform specific ?
View ArticleMake editor both read-only and support carriage returns
How can I make editor both read-only and support carriage returns? I have discovered that making the editor read-only disables carriage returns.
View ArticleIs it safe to pass null to DisplayActionSheet? Question for Xamarin please.
I have been trying to use DisplayActionSheet to implement what should be a trivial piece of functionality. Inevitably there was a pretty significant bug on WinPhone (#21652) that cost some time, but...
View ArticleChange color with animation
Is there a easy way to change color with animation? The animate function takes a double so if we are going to use the rgb format we need 3 animations. One for each color channel. We also need to...
View ArticleNavigation.PushAsync "hangs" on Android
I am writing a fairly simple application. It has a login page, then navigates to a data entry page. On iOS and Windows Phone, this works fine. On Android, the application just hangs when trying to do...
View ArticleOpen a pop up on button click which is using ViewModel for binding i.e....
I'm using the below code to bind button click event. View this.BindingContext = new SampleViewModel(); btnClick.SetBinding(Button.CommandProperty,"ButtonClick"); ViewModel I'm implementing button click...
View ArticleSiaqodb and IOS mobile app
I am trying to use the last version Siaqodb for a cross-platform mobile app. For Android, everything works fine, but I encountered some problem with IOS. I installed the last version from nugget...
View ArticleCan not resolve image size
Hi, i'm trying to center an image in a relative layout but i'm failing at it because the size can not be resolved. When I debug this line return (parent.Width * .5) + (imagenLogo.Width * .5); I get...
View ArticleHow do I create a Xamarin.Forms Listview that is of Facebook Style ListView
I have researched and felt that TableView class is not the right choice here as I want the Listview to be scrollable. Is there anyway that I could render the ListView in cards as that of Facebook Feeds...
View Articleis InputTransparent broken in 1.4.3?
I have a modal popup, which shows as an absolute layout, which overlays the entire screen (It's added to the app's main absolute layout). The background of this is a half alpha box, to dark out the...
View ArticleWeb View (Windows Authentication Problem)
Hi, Scenario: I need to access to our clients website and there website is using Windows authentication from the server (IIS). So, once you go to there website. It will prompt for a username and...
View Articlecan i hep me with a grid
i want to do, something like this.... i use a grid 2*2 ` <Grid.RowDefinitions> </Grid.RowDefinitions> <Grid.ColumnDefinitions> </Grid.ColumnDefinitions> <Label Text="Forma de...
View ArticleAkavache, Json and iOS throwing TypeLoadExceptions
Hey Guys, I just installed the Akavache plugin into my Xamarin Forms project. With android everything runs just fine but on iOS I get the following error: Unhandled Exception: System.TypeLoadException:...
View ArticleListView itemtapped event stops working on Android
I don't want nothing more, just handle ListView's itemtapped event. When I open the page first time, it works. BUT When I navigate to another page with tabs, and later navigate to the listview page...
View ArticleForcing Landscape for a single page in iOS
I know this question has been asked in various ways but I haven't seen a valid answer yet. I have an application that runs in portrait mode for the most part, I have one page the needs to be forced...
View ArticleChanging the color of a navigation bar after using Navigation.PushAsync()
I'm sure this is a simple / stupid question, but when I push a new page using Navigation.PushAsync, how do I change the color of the Nav bar at the top of the page? It's stuck with this default blue...
View Article