StackLayout - Orientation horizontal with multiple labels of different sizes
When trying to show a StackLayout - Orientation horizontal with multiple labels of different sizes inside . See the keywords section on the following links: Expected result: Label should jump to the...
View ArticleXamarin Forms Geocoder doesn't return nearest results
GetPositionsForAddressAsync ("camden") returns the place in New Jersey, USA (pop. 76,000) My device is in London, UK, which has a borough called Camden (pop 220,000). The London result is not even in...
View Articleput a page inside another page
I want to be able to embed a page inside another page - like a tabbed page, but with my own chrome and some other view feautres. I've written a custom page to do this, using UIViewcontroller...
View ArticleGetting the value of x:Name
As far as I can tell there's no way to programmatically get the value of x:Name of a given element at run time. It looks like they elements get registered to an INamescope which is used to them locate...
View ArticleWhat's the status of fixing memory leaks in Xamarin forms
Hi I see some issues about memory leaks like Bug 25404 - Navigation Page Leaks Memory (https://bugzilla.xamarin.com/show_bug.cgi?id=25404) and I found this happening with very simple navigation page...
View ArticleHow to embed youtube video url in xamarin.form webview?
i want to play some youtube videos on my app so how can i stream that videos on my app using webview?
View Articlewith subclass of layout, how to bring a view to font.
only way I can see is remove/add on the children list; but that seems really resource intensive.. any other way to achieve this?
View ArticleAndroidActivity.SetPage occurs error when using 'NoActionBar' theme
I wrote following code for hiding ActionBar in startup. [Activity(Label = "NoActionTestAndroid", MainLauncher = true, Theme = "@android:style/Theme.Holo.Light.NoActionBar")] public class MainActivity :...
View ArticlePush notifications for xamarin.forms pcl
I am using xamarin.forms PCL to build my project, and I need to add the push notifications functionality such that some of the code is shared between the 3 platforms. Which is the best way to implement...
View ArticleSending Stream vs disk data path - performance
I am coding a dependency service that can process my pictures. Instead of coding exactly what I need I am trying to make a class I can use in the future. It have functions like crop, resize, set...
View ArticleWhat user preferences are planned to be supported using BaseResourceKey?
Using Styles and Resources, using Dynamic Resources and BaseResourceKey to pick up user preferences and changes to user preferences from the o/s, what properties are currently supported on each of...
View ArticleMaster Detail Page, Master Shows Blank
Hi! I have a master detail page, but it shows nothing. Just a blank page. And also my detail page is a navigation page. How can i keep my master page button on each page of navigation page? Thanks!
View ArticleIOS no input gesture recognized
I've built a xamarin forms application. I works perfectly fine for Android. However, when I run the application on IOS, the application launches well but I cannot enter any text in my Entries even if I...
View Articleretain zoom level of the map
Hi , I'm using Xamarin Forms for Android and iOS platforms where I stuck in retaining zoom level of the map without altering the location in iOS for android its working fine.. eg. if I zoom my location...
View ArticleNavigation bar back button click event
Hello devs, I want to get backbutton click of navigation bar in Xamarin Forms. Overrider backbutton press is not working for this.
View ArticleXamarin.Forms 1.4.1-pre2 Released
New thread because there are, Im assuming, going to be a small avalanche of questions about WinRT. Notes Bug Fixes [Android] Remove accidental usage of level 19 API Bug 27429 - App lifecycle OnResume...
View ArticleXamarin.Forms 1.4.0 Released
Same as -pre2 with an additional bug fix for Android ContextActions. Important Notes This is a feature release. As such unlike a patch version bump, the minor version bump indicates the inclusion of...
View ArticleIssue where .Navigation.PushAsync(page); is not displaying a back button or...
Hi guys, I have started calling XF from within an existing iOS, Droid, PCL based solution that is NOT XF based. Im using XF initially for some screens internally, such as for Settings. I can display...
View ArticleMaster Detail Menu slideout
Is it possible to disable a the menu (Master) in a masterdetailpage from being able to slideout from the left when pull from the left with you finger? I only want to display the menu when I click on...
View ArticleHelp needed with Azure Authentication and Xamarin Forms
OK, ive googled and googled and googled. Looks like the signature for Microsofts MobileServiceClient.LoginAsync has changed dramatically, and no-one has yet discussed this or put together a solution....
View Article