Entry issue on Android
In my app I've got two different contentpages coded in XAML, with the same structure (contentpage<absolutelayout<stuff) Each of pages has an entry placed in such a way that the keyboard appears...
View ArticleAny advice on finding a solid Xamarin Forms resource with good android?
We've had an opening for a while now; we've interviewed a few people who were great - personally, and professionally; but we haven't found quite the right fit yet. A large component of that is finding...
View ArticleNavigate to a tabbed page
Hi, i'm making a page with a menu that takes the user to other pages, one of these pages is a tabbed page. For all the pages I am using PushAsync so I have the back button to navigate back to the menu,...
View ArticleSetting BackgroundImage On Page for Different Platforms
I've got a quick question on setting a Background Image on a Content Page. So I've created a ContentPage and I've see that it has a BackgroundImage property that I would like to use. This page will use...
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 ArticleUnable to resolve interface type...
Trying to use Geofence plugin from @RendyDelRosario, works fine at iOS but got that error at Android. Anyone knows something about it ?
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 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 ArticleImplementing a decode text effect
Hello, can anybody help me please to know how to implement this text effect? I have this code:...
View ArticleToolbarItem Color not changing on Android
When setting the BarTextColor in iOS this also changes the ToolBarItem text color. On Android this does not effect the ToolBarItem color (text only). Is there a way to change the change the ToolBarItem...
View ArticleWhite-labelled apps
I'm interested in people's best practice for "white-label" apps, where you have an app that gets re-branded for different clients, possibly including different functionality, but definitely including...
View ArticleWebService Example Needed (It is Soap Service)
if anyone can test this webservice link which i have give then please let me know, how to implement this, as this webservice is working in android and ios but not in xamarin why, if anybody can provide...
View ArticleMultiple alerts with messagingcenter subscription
Hello, I've a simple questione that I was unable to solve until now. I've a viewmodel that try to load a list and a view that use it as bindingcontext. I want that when the viewmodel fails to load the...
View ArticleFile 'Windows.props' not find
I Created a Empty Xamarin.Forms Portable .This error occurred at compile time. File 'Windows.props' not find。 For more information, see...
View ArticleNested ListViews don't get rendered
Hi, I have the following layout: <ScrollView> <ListView ItemsSource="{Binding Days}"> <ListView.ItemTemplate> <DataTemplate> <ViewCell> <StackLayout> <Label...
View Article