Error retrieving parent for item:...
I updated to xamarin forms 1.5 and am now getting this error when buildilng my Droid project. PCL compiles fine. It is also producing the same error on android:Widget.Material.Button.Colored...
View Articlebranding a native app?
My team don't want to use native apps because our clients want an app with their own logo, colors and layout, they are incline to HTML 5. I was thinking that we might be able to develop an app with a...
View ArticleHow to style entry/form elements (custom)
Hi there. I have been trying to accomplish this for quiet some time now, both with custom renderes and without - but i cant seem to get a good enough grasp of it to actually get there. I'm trying to...
View ArticleScrollView inside absolute layout not working
I'm trying to create something like this: ->absolutelayout ->scrollview with some content ->a label the scrollview is supposed to fill out the entire page while the label should appear...
View ArticleiOS exception crash - This application is modifying the autolayout engine...
Hello I am receiving the following error after updating Xamarin Forms to 1.5.0.6 when I just try to focus a entry! 2015-10-08 16:33:06.972 PositiveDrive[675:395928] This application is modifying the...
View ArticleSetting button background color removes material design touch feedback
How do i set the background of a button but still keep the touch feedback from android material design? <Button x:Name="login" Text="LOGIN" TextColor="White" BackgroundColor="Teal"...
View ArticleChange scrollbar color of listview
Hi, is there a way to change the color of the scrollbar of the listview. I have a page with background color that about the same as the scrollbar, so the scrollbar is not even visible when scrolling....
View ArticleNavigationPage.PopToRootAsync NullReferenceException
Hi, I have a MasterDetailPage subclass pushed onto the navigation stack and bound to a viewmodel that has a BackToRootCommand which ultimately calls NavigationPage.PopToRootAsync. I get a...
View ArticleXamarin.Forms Convert to Byte[] without losing Image Orientation
How can i convert Xamarin.Forms.Image to Byte Array without losing Image Orientation Info?
View ArticleHow to get the IMEI number
Hello, Is there a way to get the IMEI number from Xamarin Forms app? for android and iOS.
View ArticleHow can i add inside of BoxView image?
Hi there How can i add inside of BoxView image or Label?
View ArticleI can't type commas in an numeric entry binded to a decimal value
This is really really strange. I have an entry binded to a ´decimal´ value with a default value (which comes from server): <Entry Text="{Binding AmountToPay}" Keyboard="Numeric" /> And I see the...
View ArticleCould not load assembly 'GooglePlayServicesLib'
I face the error as follow : Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'GooglePlayServicesLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken='....
View ArticlePlaceholder Editor
How can I have a placeholder in an Editor in the same way as I can in an Entry field ? Regards
View ArticleGot a SIGSEGV while executing native code
Hi All, I am getting following exception while running my app on android device. 1) XamarinStdio Version 5.9.7 [mono-rt] Attempting native Android stacktrace: [mono-rt] [mono-rt] at ???+0 [0x6fc07f08]...
View ArticleButton on Android all caps
I have just noticed that on Xamarin Forms Android, the text label on elements appears in ALL CAPS. Is this by design? Regards, Ian
View ArticleHow can I install Xamarin.Android.Support.Design SDK
I had Xamarin.Forms 1.3 and I updated the Nuget package to V1.5 but my project won't compile Error Unzipping failed. Please download...
View ArticleUser login
Any one please help me by giving reference to API based user login documentation or sample code.Any suggestion or help on this is appreciated. Thanks for all your effort on this.
View ArticleSetting the corner radius for Xamarin.forms controls
how can I set the corner radius for xamarin.forms controls, for ioS setting the corner radius is just setting the property like wise is there any property to set for the xamarain.forms controls to have...
View ArticleProblems with colors on iOS
Hello. All of these problems are visible on iOS but are ok on Android. (With background color set to transparent) 1st problem: ListView, specificaly the group section. I set the background color to...
View Article