Proxy Authentication Required
Hello, Im working with the map example. For this i need the google_play_services. When the app tries to download the required files i get the error message from the title. I downloaded the files...
View ArticleVS2015 Preview/Xamarin Studio Latest Alpha Channel/Supported Profiles/Xamarin...
I am using VS2015 Preview, Xamarin Studio (Latest Alpha Build), and would like to know what new (4.6 PCL) Profiles are supported by Xamarin Forms. Profile31 Profile32 Profile44 Profile84 Profile151...
View ArticleHow to make a phone call in "native" Xamarin.Forms in Windows Phone...?
To XF, there is an example to make phone-calls over uri: Device.OpenUri(new Uri("tel:012345-33-32")); In the example, for WP an alert is shown ("not yet implemented" or similar). This works on iOS and...
View ArticleOnDisappear notification to ViewModel
Is there a way to notify a view model when navigating away from a view. I am not aware of a way to notify VM when OnDisappearing fires on a view. Thanks
View ArticleCircular image ?
Yet again. I did see the suggestion to place a mask image with a "hole" in the middle. The problem is that in list view, when scrolling fast, it has 2 problems: 1) on IOS - scrolling is a bit choppy...
View ArticleDirection: Using CarouselPage and ContentPage Together
Hello! I am new to the world of Xamarin and Xamarin.Forms (and really mobile development in general.) I have a test project in Xamarin Studio that I am having success with getting my feet wet in this...
View ArticleCan't convert simple HTML table to XAML Grid
I can't figure out how to convert this simple HTML table (ignore the border attribute): <table border="1"> <tr> <td colspan="2" align="center">1234567</td> <td...
View ArticleForms.Init() 'Are you missing an assembly reference'
I can't create a PCL Forms project and get it to run. Even though I do have a reference to Xamarin.Forms I keep getting the above error. Very annoying indeed.
View ArticleHttp Post with List and string
Hi, I need to do an http post to my api with 3 parameters, 2 of them are a string but the last needs to be a list of strings. I cant seem to add just the list to my httpcontent. I also cant just...
View ArticleXamarin Studio Never Complete the Debug Stage
Hello guys, i have a problem and i don't know what's happening here. My problem is that when i try to debug a example of and android app, the stage of debug never end, i mean just stay in that stage...
View ArticleWindows ApplicationbarMenuItem's
Hi, Does anyone have an idea on how to add ApplicationbarMenuItem's via a custom renderer. I would like to add in a pagerenderer or in de navigationpagerenderer, but the do not map on the Windows...
View ArticleCustom Popup/Alert with content from XAML
While working with Xamarin Forms, we are not happy with the solutions for item selection with a list of items, the Picker control. There is no binding with it and while there is a remedy for this, it's...
View ArticleXamarin Forms Android - SetPage Doesn't change UI
Hey everyone. I am calling SetPage a few times at the beginning of my app for a login flow and it is working perfectly fine on iOS. But for some reason calling SetPage isn't changing the page on...
View ArticleImageSource.FromResource
Hi If I try to load a image like described below in a Page I get a thread exception. The image "Logo.png" is part of the PCL Library With build action 'BundleResource'. var imageLogo = new Image {...
View ArticleFYI: Don't forget the file extension on Icon property filenames
This may be a bug (or if not it should maybe not half-work), but I just had to wrestle an issue with a TabbedPage. It has been working fine in all my iOS 8 testing, but I fired up the iOS 7 simulator...
View ArticleChange row selection color in listview
Is it possible to change the selection color of a row in listview. By default on Android it matches the theme but I would like to change it to match my app theme. How can this be done and also can this...
View ArticleDebug crash phone sometimes
Hello, I'am creating an application with an OpenGLView. I noticed that often (1 on 20), my phone crashs when playing with debug mode. I'm not sure but it looks like everything is not well disposed when...
View ArticleUIImagePickerController
Is it possible to use a UIImagePickerController from a Xamarin Forms app? I tried hooking up the call through the DependencyService but I get a warning saying that the view for UIImagePickerController...
View ArticleHow to add an ActivityIndicator to the toolbar?
Is there an simple way to add a ActivityIndicator() to the toolbar? Our app is mostly a bunch of listviews that display data from a REST service. We need an ActivityIndicator on the toolbar when...
View ArticleIssue after upgrading to 1.3.0
I am now getting this error on the first page that tries to load. I am totally stuck here, anyone know what else I need to change? this is after changing from the deprecated GetMainPage. "Member...
View Article