How to get navigation back button tapped event?
Is there best way to know page is pop to parent page or pushAsync to children page? A page ---can navigation---> B page---- Can navigation ---> C page. If I'm in page B now. So when...
View ArticleLogo in the top of the application ?
How to have a logo at the top of each page of the application with XForms (see attached example with Xamarin Logo) ? It's important to identify the application and this is a scouring request our...
View ArticleSwipe/Pull to refresh
Hi, I have seen a few threads on the swipe/pull to refresh for updating listviews. I have looked and it all looks very promising on iOS but less so on Android. In my implementation I have created an...
View ArticleXamarin.Forms 1.2.1 Released
This is a hotfix release for 1.2.0. It addresses the crashes that were found in XAML and Label. There are no other changes. Get it from nuget.org Please note the version number for the package is...
View ArticleXamarin Forms navigation between pages
Greetings, I have a login page made with XAML in Xamarin.Forms. What I want is that after the user logs in, the app redirects to a page in Android. How can I achieve this? Thanks in advance
View ArticleWinPhone: "this project type is not supported"....
Can you please give me some information on why the .WinPhone project in the EmployeeDirectory demo app (from xamarin-forms-sample-master) does not load ?...neither does the EmployeeDirectory or the...
View Article[Xamarin.Auth][Android][Twitter] How to properly use OAuth1Authenticator
Hi All, I'm using my own LoginTwitterViewRenderer to give ability users to authenticate with Twitter credentials. I know that Twitter use OAuth1 for login. So here is my code for this it's almost done,...
View ArticleIs there a way to get the cells out of a ListView?
My ListView is bound to a data source, and it works. But, I need to programmatically set a selection. I can certainly do this with the ListView. BUT I'm using ViewCells. Upon selection I change the...
View Article[Xamarin.Auth][Android][Google] How to properly use OAuth2Authenticator?
Hi All, I'm using my own LoginGoogleViewRendererto give ability users to authenticate with Google credentials. My code is below everything is almost fine but after I agree with terms from Google about...
View ArticleHow to use xaml grid margin
I am pretty new to XAML, how do i set up the grid using margin so that the margin to the left and margin to the right label are equal with defined ma row/column are lined up nicely? `...
View ArticleMy first real X.Forms app, trouble getting it to work on Droid
I started this over in the Droid forum as thought it might be a generic Droid issue, turns out that a new Droid app works fine, but a new X.Forms app on Droid does not. I created a brand new X.Formed...
View ArticleBugzilla is filling up quick
Now that the Bugzilla page has been fixed to allow users to post public bugs, it's sure filling up quickly in the Xamarin.Forms section. I'd like to just remind folks to do a quick search to see if...
View ArticleGet Size in iOS Project
Hi, Render.Model.Width or Height always returning -1, How can I get Width or Height in Native project: ` public class MyNavigationRenderer : Xamarin.Forms.Platform.iOS.NavigationRenderer { public void...
View ArticleVisual designers
Hi, I just want to clarify I understand things correctly. The use of Forms makes Android and iOS great visual designers useless. At the same time there is no visual designer for XAML forms. Is there...
View ArticleNavigation buttons / actions
Hi, Is it possible to add button (left and/or right) under navigation bar with Xamarin.Form ? Cause I didn't find anything on documentation.
View ArticleiOS ImageCell does not render detail text below the text
iOS ImageCell does not render detail text below the text. Is this the normal behavior ? There's something i can do to render the detail text below the text in a imagecell ?
View ArticleHow this TableView xaml can't work?
this is a part of my xaml file <StackLayout VerticalOptions ="Center" Orientation ="Vertical" HorizontalOptions ="Center"> <Label Text = "head"/> <TableView Intent ="Menu"...
View ArticleAdvice needed on how to expose platform specific extensions in common code
Hi! As many of us using Xamarin Forms, I often see the need for a custom renderer, because one or the other platform specific stuff - obviously - is not available in the shared code Controls. It would...
View ArticleProblems with RelativeLayout
I have a view where I want to align three labels over a button (it doesn't need to be a button, but it's the only way I can figure out how to draw a circle without it being an image). As a subclass of...
View Article