Device not compatible with this version
Hi, I have two issues publishing the app to Google Play. 1) How to use SEND_SMS permission for tablet? I cannot install the app from Play store with this permission. I have an app built with xamarin...
View ArticleUnable to Run Xamarin.Forms app in iOS 9 Simulator - stuck with Waiting for...
Hi, I am trying to run my existing Forms project in iOS 9. I followed the instructions given in Xamarin documentation. Added my environment info below. === Xamarin Studio === Version 5.9.4 (build 5)...
View ArticleXLabs 2.0 pre release
Hi everyone there's a new set of nugets for XLabs (aka Xamarin Forms Labs) on the wild. this is the 2.0 version where there are a lot of breaking changes, and a decoupling on some of the specific...
View ArticleXLabs Geolocation is slow
I am using the Geolocation service of XLabs. The code is as follows: _cancelSource = new CancellationTokenSource(); await _geolocator.GetPositionAsync(10000, _cancelSource.Token, true) .ContinueWith(t...
View ArticleXamarin Forms + Maps
Hello, I'm getting errors which i don't know if are bugs or just my dumbness I create a new project (shared or portable, gets the same result). Try to add Xamarin.Forms.Maps to all projects, and get...
View ArticleXamarin Studio doesnt install app onto android player
Hi all Experiencing an issue with deployment where I build my app in the studio[Xamarin], pick what android player device to run it on and wait. The devices opens but stays on the lock screen. Usually...
View ArticleHow to Navigate from masterpage to otherpage
Hi, I want to navigate a page from masterpage to other content page and again onclick on back button it should go to detailpage. I have tried the example which is in github (FormsGallery) project. it...
View ArticleIs there a way to know what actual color the Default color is at runtime?
Say I have a Label with no TextColor defined, so it takes the Default color for the platform. At runtime I can read that Label.TextColor property, but what I get is a Color with all components set to...
View ArticleMultiple alerts with messagingcenter subscription
Hello, I've a simple questione that I was unable to solve until now. I've a viewmodel that try to load a list and a view that use it as bindingcontext. I want that when the viewmodel fails to load the...
View ArticleAcr.XamForms.SignaturePad did't support for Windows8.1,Is thr any possible...
Hi , i was developed IOS app using Xamarin.Forms ,now i starting windows 8.1 APP i'm trying reuse my PCL but i can't achieve it , i was developed signaturepad functionality using...
View ArticleWhy can't I build the starting iOS project?
When I try and build the iOS starting project for a PCL with Xamarin.Forms 1.4.3.6376, I get the following build error Can not resolve reference:...
View ArticleProgress indicator
Hi there I have a UIView control showing the progress. How to display it in the center of the screen (iOS part)? Anyway, is there any examples to display a progress indicator with text in the middle of...
View ArticleHow to add iOS instance in Forms project
Hi, I have added one Forms project from my windows 7 OS, Here I am developing Forms project and then testing it in Android mobiles only. Now I am shifting over to MAC OS. Here I want to add iOS...
View ArticleUsing Objective-c and Java libraries with UI in xamarin.forms
I am working on a xamarin.forms project that scans checks and deposits them. The company that supplies the component that I am using has an iOS and Andorid library. The iOS library (.a file) actually...
View ArticlePing class in portable project
Is there a way to perform a ping using PCL project? I see the Ping class in .net framework but it is not in PCL subset.
View ArticleGlobal Pan/Swipe detection
Hello, I've built a single page app, with some absolute layout trickery, so I don't use the default navigation and master/detail stuff. Now i want to add a horizontal swipe detection to show and hide...
View ArticleWhere is the Timer namespace?
Hi there It seems like the PCL is cut off to the maximum. Where is the System.Threading.Timer? How to use Timer, anyway? Thanks.
View ArticleBetter Map Control...Coming soon
Lots of updates coming to the Extended Map control https://github.com/paulpatarinski/Xamarin.Forms.Plugins/tree/master/ExtendedMap Updated UI iOS support Improved Win Phone support Custom pin icons...
View ArticleItemAppearing Event Not Working on iOS Native Cell Renderer
Good day, I got a problem on triggering ListView's "ItemAppearing" event from iOS Custom Native Cell Renderer (Renderer Sample:...
View ArticleXaml Intellisense in Visual Studio 2013
Hi everyone. I hope that I am putting this into the right forum. if not, please tell me where it needs to go. :-) I have setup the Mobile Essentials pack from :...
View Article