AdMob Component with Xamarin Forms
I am writing to ask if code samples are available for integrating the Google AdMob Component from the Xamarin Store - into a Xamarin Forms app project; At this point - only iOS is being targeted as a...
View ArticleContentPage swipe event & lateral menu
Hi, I have a question concerning @MichaelRumpler plugin MR.Gestures. I need it in order to implement swipe gestures on ContentPage to swipe tab in a TabbedPage. It's working great on Android & iOS....
View ArticleListview on iOS 9 not filling screen width - issue with custom ViewCell
In iOS8 a simple Listview would have separator lines that filled the width (especially in landscape mode) In iOS9 the Listview separator lines no longer fill the full width on a landscape iPad mini....
View ArticleBarcode rendering with ZXing.net in my Xamarin.Forms app
Heyo, So I've seen a lot of posts where people need help scanning barcodes, but so far I've not seen any posts where people were having trouble rendering a barcode from a piece of data. Our app needs...
View ArticleWeb Services data in ContentPage allways null from ViewModel
Hello all, i have the following problem, im requesting data from my Rest service and in the ViewModel it shows everything perfekt. But when i execute the command from my ContentPage it has no data in,...
View ArticleCoordinate units
Whenever in Xamarin.Forms I see size or corrdinates being set, it is not clear....are these numbers pixels, dip, px, ps or something else? Please, let me know
View ArticleWebBrowser not visible in Windows Phone PageRenderer.
Hi all, I need to implement OAuth2 login using Xamarin.Auth and Xamarin Forms. For iOS and Android is straightforward, but for Windows Phone I had to download the library from the alpha channel in...
View ArticleXamarin.Forms font size units
Hi, I wanted to find out unit what Xamarin.Forms uses for the font sizes specific in style setters. Ideally I would like to specify density- or scale-independent pixels since that is recommend by the...
View ArticleiOS Page with WebView and Stacklayout with Buttons - Webview shows black content
Hey there, We have dynamic Views, which gets generated during Runtime (content loaded from local storage, parsed to Xamarin Forms View Elements). We have 3 possible schemas: 1. a page with a single...
View ArticleOn iOS, can I set the StatusBar text color independently of the...
I have a Xamarin.Forms app I've been working on and I can't seem to set the colors as I'd like on iOS. I'm using a NavigationPage as the main page of the app with a normal content page inside of it....
View ArticlePage.IsBusy does not display spinner in Android ActionBar as of 1.4.4.6387
http://developer.xamarin.com/api/property/Xamarin.Forms.Page.IsBusy/ Prior to 1.4.4.6387, the following code displays a spinner in the ActionBar, but it shows nothing after upgrading. Has this feature...
View ArticleMy running Xamarin.Forms.Android app giving java.lang.RuntimeException after...
I have not modified anything in my project. Just reran after cleaning after recent upgrades to XS, XF etc. The error log is as follows: [AndroidRuntime] java.lang.RuntimeException:...
View ArticleAndroid Button Text Size Giant Using Material Theme With Custom Font
I am using a custom font in Android and it looks perfectly sized on devices that don't use the Material them, but for some reason in the Material theme the font is huge. Anyone know why that is?
View ArticlePublication of Android App Failed using Xamarin Studio
I'm using Mac with Xamarin Studio version 5.9.5 to Archive for Publishing my Android App. I followed the steps in "Part 1 - Preparing an Application for Release" to publish the app but I encountered...
View ArticleWebView is not showing / iOS 9
WebView is now appearing on any of my application after I upgraded to the latest version of Xamarin for iOS 9. I tried to isolate the problem in separate application. public App() { MainPage = new...
View ArticleXamarin.Forms.Maps - how to set optimal zoom?
I have collection of coordinates and I use them to create pins. I know about Map.MoveToRegion(MapSpan..), but how do I get MapSpan that cover the all pins?
View ArticleVisual studio issues with xamarin
Everytime i get an update regarding xamarin, it's affecting my visual studio 2013 and my visual studio gets crashed. Anybody facing the same issue?
View ArticleHow to use Android Material theme with no action bar
I am trying to use the Android Material theme without an title/action bar using the values-v21 folder. I can't seem to get the title/action bar to be hidden via the theme though. Anyone get this to...
View ArticleValue of Textbox is not binding for window phone.
Hi all, When I enter any value in textbox and keep the focus on the same textbox and click on save button, then the value of textbox is not saving for windows phone in xamarin mvvmcross. Please share...
View ArticleAdd native (android) controls in custom renderer
Currently I am trying to implement a custom renderer for android, which is supposed to display a pdf document. For doing that I need to add some android controls from within the custom renderer and add...
View Article