Xamarin 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 Articlepush notification re launches app in android
Hi, I'm using the Xam.Plugin.Pushnotification package to implement cross platform push notification. It works fine on the iOS build and works mostly on the Android build. In iOS if a notification comes...
View ArticleCan I build a Forms App for this windows tablet?
I have a customer that wants an app specifically for this tablet: http://support.hp.com/us-en/document/c04497977 Chipset and Microprocessor: 1.8 GHz Intel Atom Z3735G Quad Core Processor Windows 8.1...
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 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 ArticleXLabs.Forms CameraView control: How to get current camera frame and enable...
Does anyone know how I can get the current camera frame which is displayed in the CameraView control? Best would be as byte[] :-) Also is it possible to enable AutoFocus? The CameraView does not enable...
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 ArticleAdd event to native calendar crossplatform
Dear readers, i have a question how do i add a event to the native calendar crossplatform i tried a github project but its not building in my current project....
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 ArticleToolBar of earlier page is displaying.
Hello All, I m going through a strange problem.I have implemented an Navigation.pushAsych method to navigate from one page to other page. It's navigating correctly but ToolBar of earlier page is...
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 Article