Using MediaPicker TakePhotoAsync relaunches main activity when returning to...
Hi I have an application that uses the phones camera directly from the application, but sometimes (not always) when returning from the camera to the application it will relaunch the mainactivity and...
View ArticleHow to reliably change the selected index of a Picker view from within...
Under specific circumstances, when a user selects an item in a Picker, I need to move the selection to a different item in the same Picker (it sounds strange, but it makes perfect sense when you use...
View ArticleEmbedded Resource Image Size
Hi, I have a Forms app with 24 images. The images loaded fine via code and worked fine. I increased the image size and now it runs out of memory on android but is fine on iOS. I know what you are going...
View Articlecant change the width of a button
I am creating a contact us button, but the widthRequest doesn't work on it. However the heightRequest works perfectly. var contactUs = new Button { Text = "Contact Us", TextColor = Color.White,...
View ArticleCover entire TabbedPage
I normally just have regular content pages and I when loading something, I put an overlay on top, generally to stop them doing anything else, with an activity indicator and loading text. However when I...
View ArticleProblem on back button
Hello! In a part of my application when the user is pressing the back button, I am saving the data into a SQLite Database (I am saving into three tables). To do this I have written this code at the...
View Articleandroid keepScreenOn
Any ideas as to how you can make the screen stay lite via xamarin forms for droid on ios I have a Page renderer that calls the below on viewdidload UIApplication.SharedApplication.IdleTimerDisabled =...
View ArticleOnViewAppearing XLabs Does it work?
Nothing seems to happen when I use OnViewDisappearing from my ViewModel. I am using it like this public override void OnViewDisappearing () { base.OnViewDisappearing ();...
View ArticleContextAction MenuItem icon not showing in iOS
I'm developing PCL based solution using Xamarin.Forms. I added ContextAction to listview. I have delete MenuItem with trash icon in ContextActions. The trash icon not showing in iOS not platform.But in...
View ArticleDatePicker Date Property
I have written a custom renderer for iOS for a subclass of DatePicker. The issue I am seeing is that the first time a date selection is made, the bindable property Date is actually been set to the...
View ArticleImageSource to UIImage
Hey, I have ImageSource in xamarin forms and and UIImageView in Native iOS. I want to set ImageSource to UIImageView somehow. Is it possible? Please reply.
View ArticleIs there a way to style a TableSection?
Hi, I'd like to change the appearance of TableSections in my app, I found this thread that kinda deals with the Android part but haven't been able to come up with anything substantial for iOS. Any help...
View ArticleHow to play a video/create videoplayer in XAML
What is the easiest way to embed a cross platform videoplayer element in XAML? WebView that plays youtube or similar (still need to create html page then) seems to work, in XLabs or native Forms I have...
View ArticleAndroid Dependent Assembly Nuget FRUSTRATION
Howdy, Zoiks... I'm in a day 2 of trying to get my Xamarin.Forms.Android project to build. Upon the last update of Xamarin and my project Nugets, I now can't get the release mode of my project to build...
View ArticleOxyPlot for Xamarin.Forms
I see under components, there is an OxyPlot component. How much different is this from what is in nuget? http://www.nuget.org/packages/OxyPlot.Xamarin.Forms/2015.1.689-alpha That being said, this nuget...
View ArticleRevealapp working?
Hi, Have you been able to integrate Revealapp with a Xamarin Forms project in XS? I have added the below text to the additional options on the iOS build page, but I get a lot of linker errors, like...
View ArticleExit Application with OnBackButtonPressed
Hello, I'm really having a hard time to implement this. For our Android (and WP) app we wan't to implement an exit dialog. Since pressing the back button to quit the app could be irritating to our...
View ArticleCustom Control based on ScrollView - exception in Android, while iOS/WP work...
Deriving from ScrollView and a renderer from ScrollViewRenderer. In the OnElementChanged I am trying to get to the HorizontalScrollView using the following: _scrollView =...
View ArticleAndroid Emulator Not Launching
I tried to do the "Hello World" app with Xamarin.Forms under Visual Studio and when I run a build (without debugging) I get a message from Visual Studio stating "Please select a valid device before...
View ArticleListview for selection
Hi, I have an MVVM PCL Forms application and I'm trying to create a page that has three selections (A, B, C). Each is a fairly large list and the list of B depends on the choice of A. The list of C...
View Article