com.google.android.gms.wearable does not exist
After updating project to latest version of component I get this error when trying to build my Xamrin Forms Android side of app. Any ideas as to why? I have tried reinstalling SDK to no avail
View ArticleInitializecomponent does not exist in the current context
Hi , I have updated my Xamarin Studio and Xamarin.Forms to 1.4.0.0, now when ever creating Xaml Page in portable application , i'm getting build error as "Initializecomponent does not exist in the...
View ArticlePossible to update global styles programatically?
Is it possible to update the values in global styles programatically? I have some styles like: <Style TargetType="Label"> <Setter Property="FontSize" Value="25" /> </Style> And I wish...
View ArticleAndroid UI
Hi there! I'm wondering why the tabbedPage on Android doesn't use the new support library Toolbar, I see all tabs on Android supporting swipe shown here The same goes to MasterDetail to the new...
View ArticleNavigationStack is doubling pages
Strange situation that, after searching, I haven't found anyone else running into. I have a tabbed page as my main, and when I navigate out using Navigation.PushAsync() I end up with two copies of the...
View ArticleDoes Xamarin.Forms have an equivalent to Maximize Mode on iOS?
When I worked on iOS apps in the past there was a thing called "maximize mode" where the app would be fullscreened (basically got rid of the status bar at the top of the screen). Does forms have an...
View ArticleXam.Forms.Maps - Zoom level or Similar
I am developing a system for IOS with maps using the "Xamarin.Forms.Maps". This system contains massive pins (~ 34k), the problem is that the performance is extremely slow when Zoom out which visualize...
View ArticleGetting Exif Data from XLabs MediaPicker
When I get a media file from the MediaPicker the Exif data doesn't seem to be populated. Is there something special I need to initialize to get this data? I am not inheriting XFormsApplicationDroid in...
View ArticleChanging TabbedPage Tab Colors on Android
I cant for the life of me find out how to change the TabbedPage Tab Colors on Forms 1.4+ using an implicit style in code. I can set the BarBackgroundColor on a NavigationPage but the same options dont...
View Article[XLabs 2.0.5713-pre4] MediaPicker causing System.MissingMethodException in...
Hey all- I'm running into an issue with the MediaPicker on Android. To preface it, I've tried the solutions at...
View Article[XLabs 2.0.5713-pre4] MediaPicker causing System.MissingMethodException in...
Hey all- I'm running into an issue with the MediaPicker on Android. To preface it, I've tried the solutions at...
View ArticleAbsoluteLayout disable Touch Trapping for iOS
We are using an absolute layout to create a composite control where two buttons are relative to each other, but there is significant space in between. The buttons sit over a map. We want the user to be...
View ArticleXAML / Event handler, no method found
Hi, Here is the code: AppMaster.xaml <MasterDetailPage Appearing="AppMaster_Appearing" ... > ... </MasterDetailPage> AppMaster.cs private void AppMaster_Appearing(Object sender, EventArgs...
View ArticleCan not access interface from my portable project to my iOS project. Simple...
I am following this tutorial and I am stuck on Step 4: Add the iOS Implementation. http://code.tutsplus.com/tutorials/an-introduction-to-xamarinforms-and-sqlite--cms-23020 the code...
View ArticleNeed to set Content Page Background color to transparent in iOS
Hi Guys Currently I am pushing a modal content page to display some content as a custom pop up. What I am doing is setting the background color of the content page to Color.Transparent and centering a...
View ArticleWEBSERVICE HTTPWebRequest request.GetResponse() DOES NOT WORK
Good afternoon, the request.GetResponse () command is not being recognized. this and example code: using (HttpWebResponse response = request.GetResponse() as HttpWebResponse) { if (response.StatusCode...
View ArticleOpenGLView custom renderer?
Hi everyone! Is it posible to write a OpenGLView custom renderer? I can't find the renderer I should use in my platform project.
View ArticleBug: Button with colored background that's disabled still lookS enabled
A button with a colored background that's disabled can still look enabled even though it's not. A workaround is to alter the TextColor with a Trigger. <Style x:Key="materialsButtonStyle"...
View ArticleNavigation.PopAsync not freeing Page
I'm having a problem in a project where pages I pop from my Navigation controller aren't freed or collected by the GC on iOS. I eventually run out of memory and crash. I figured I had reference cycles...
View ArticleAdMob Component with Xamarin Forms
I am writing to ask if code samples are available for integrating the Google AdMob Component from the Xamarin Store - into a Xamarin Forms app project; At this point - only iOS is being targeted as a...
View Article