Apps crashing after android reboot without being run
My apps are currently poping up a message after the phone reboot " has stop working - (send report) ok" . This happens even if the user does not start the app. I've seen this behaviour happening on...
View ArticleHow to scroll 2 listviews together in xamarin.forms ?
Hello, I have two listviews side by side. If one scrolls other one should also scroll. How can I achieve this ? Thanks in Advance
View ArticleApp crashes on deployment to VS Android Emulator using VS2015.
App crashes immediately on deployment to VS Android Emulator with VS 2015. I was using VS Emulator 5" KitKat (4.4) XXHDPI Phone. No errors reported. Don't know where to look for. Can someone help me?
View ArticleNavigation drawer half way
I have an application that have a modal page that is showed in landscape mode, the rest of the app is in portrait. When I close the modal page and return to the landscape the navigation drawer is half...
View ArticleTerminate and stay resident
My first post. I'm good at C# and Winforms but that's all I know. I don't know anything about mobile apps all (yet). I'm going to write a cross platform app that runs in the background with no user...
View ArticleHas anyone done Material Design Labels for Droid and iOS?
I dont want to reinvent the wheel so has anyone down material design style labels on input controls yet for iOS and Android that can give me a good link or some info to read up on? Thanks!
View ArticleCross-platform video player
Is there any 3rd-party implementation of a cross-platform video player? I don't have experience with custom renderers. Also is it possible to play native video players in platform-specific code using...
View ArticleHow to imlement an autosizing Image menu
Hi, I'm just starting with Xamarin.Forms, so that I need some basic help. I want to have the main menu of my app based on a list of images. My first approach was to embedd the images into a Stacklayout...
View Article[IOS] Bug on IsGestureEnabled of MasterDetailPage
Hello there, currently working on an application where the SideMenu is desactivated on certain page, so i use IsGestureEnabled= false, and true when go back. It works well on Android, but on IOS it...
View ArticleChange the text color for Xamarin.Forms.DatePicker
For Xamarin.Forms.DatePicker It is not obvious that the date field is "tapable" I want to change the text color of it to blue so the user will think it is clickable? I see a background color property...
View ArticleWindows phone button image size.
Hi, I'm using Forms to build an application for iOS, Droid and WP. I need to have a button with an image on it, and adding a <Button Image="back.png" x:Name="BackButton" /> produces the desired...
View Articledatetime format
Hi. I would like to know if there is the possibility to format a DateTime value using the Android (and iOS...) format selected by the user in "Date & Time" settings, under Chosen Date Format. Thanks
View ArticleTableview size/remove bottom "border"
I have a Tableview in a StackLayout with a ListView after it and there is always a gray space between the two. The Tableview is a form that causes the Listview to be filled with results when populated....
View ArticlePush page into navigation from Page Renderer
Hello guys, I've implemented an Page Renderer for iOS so I could use device's camera. When the user presses the take photo button should be opened another page by pushing to the navigation stack, but...
View ArticleCropping image in Android throwing out of Memory
I'm using the following code to crop an image in Android but whenever the image is over about size 1500x 1500 I get out of memory exceptions. I've set my max heap size to 1G, and in my manifest set the...
View ArticleXamarin.Forms for UWP Preview Now Available
Update For Xamarin.Forms 2.0, the UWP preview is included in the Xamarin.Forms NuGet package. Be sure to read the directions here to get started:...
View ArticleAndroid Video Player using Xamarin.Forms
I am trying to get a video player working in my Xamarin.Forms app on Android. I have implemented the iOS version using a ScrollViewRenderer where I add the MPMoviePlayerController (code at bottom, file...
View ArticleiOS Entitlement error 90046
Hi there! I'm having an issue with Xamarin.Forms with iOS with the application loader. ERROR ITMS-90046: "Invalid Code SigningEntitlments. Your application bundle's signature contains code signing that...
View ArticleXamarin Forms Audio/ Video Player
hi, Is there any audio/video player available for Xamarin.Forms ?.
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 Article