Show XLABS Pop up layout in On Appearing(page load)
Hi, How to show XLABS Pop up layout in On Appearing(page load). Thanks
View ArticleXamarin Forms Windows Phone 8.1 Custom Page Renderer
hi, Is it possible to write custom page render for Windows Phone 8.1 ? i was trying to write a Renderer.but i couldn't find anyway to connect My native page to Renderer. in the samples provided , they...
View ArticleLayout Related Question
Hello am new in Xamarin.am trying to create a Login Form. using the below code but i can't layout it properly.plz help me anyone asap. i want the button and Entry field as Full width. See the attached...
View ArticleScrollView bug on Windows after updated to Xamarin.Forms 1.5.1.6468
Hi I have Visual Studio 2015 on Windows 10. I have a Xamarin multiplatform project for Androd, iOS, WinPhone 8.1, and Windows 8.1. And I updated Xamarin.Forms to version 1.5.1.6468 today. But the...
View ArticleError 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 Article