CalendarView
Am i the only one where Xamarin.Forms.Labs.CalendarView does nothing? I just see a blank region and cant get it working :-/
View ArticleNeed to get message back to Forms PCL from Android Prj
I have a RadiusNetworks IBeaconAndroid running in my main android project, works great. But when I need to send an event back to the UI when a beacon comes in range. I tried to use MessagingCenter to...
View ArticlePicker Selection Event
Hi, I have a problem with xamarin form picker. I need to have an event when the "done" (ios) or "ok" (android) button was clicked. Cause i want to open a popup when user select an item. I only see a...
View ArticleHas anybody used a WebView within their XF app for getting data from the user?
I'm just thinking about how to embed a Rich Text Editor within a page of my XF app. As there doesn't seem to be a Rich Text Editor control available yet, I was wondering whether it might be easiest to...
View ArticleGesture Recognizers for Label in iOS doesn't work
Hello. I'm just builded my app, that works fine with Android for iOS and had some kind of error. Taps on labels doesn't work. Just like Button.Clicked. At the same time tap on image works fine. And...
View Articlehow to load Windows Authentication enabled site in WebView?
Hi, I have to load the windows authentication enabled site in webview. Is it possible. Thanks/vishnu
View ArticleOpen PDF in Android default PDF reader
Hi, I'm searching a way to open a PDF (stored in local) in the Android default PDF reader in Xamarin.Forms. I'm using a webview for iOS but WebViews on Android cannot open a local PDF. var browser =...
View ArticleWhen I run my application on emulator or device, the main screen doesn't show.
When I run my application on emulator or device, the main screen doesn't show. Last line of Application Output: [OpenGLRenderer] Enabling debug mode 0
View ArticleXamarin.Forms tiled background image?
I've seen a few old threads about tiled backgrounds, but they're either abandoned with no answer or they were not about Xamarin.Forms specifically, but about how to implement tiled backgrounds on each...
View ArticleHow to add resources to custom xaml ViewCell
Hi all. As you know in xaml for each content page you can specify it's resource dictionary and use them like this <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"...
View ArticleLogin with Social media
Hi , I am developing an application which will allow the user to login using social media like facebook,twitter,google+ etc. For my application I would like to add the following social networking sites...
View ArticleAdding Pull To Refresh to ListView for iOS :)
I love pull to refresh and I wanted to add it to iOS. Mark's video is awesome showing you how to use custom renderers, so I applied his practices to iOS:...
View ArticleLocalize splash/launch image for android and iOS
How could you localize the launch image on iOS and android? I know you can edit an image properties on Xcode, but how do you this on Xamarin? (see image below) For android I'm using the tutorial on...
View ArticleAn exception has been encountered. This may be caused by an extension.
Hi, Every time that I start a debugging session, when the debugger hits a break-point Visual Studio shows this error: "An exception has been encountered. This may be caused by an extension." Then on...
View ArticleHow to specify sign-in policies for Azure AD B2C for a Xamarin.Forms (iOS) app?
Hi, My current status is: Xamarin Noob I have used the following sample iOS project as provided here: https://blog.xamarin.com/put-adal-xamarin-forms/ The sample is pretty straight forward and I can...
View ArticleHow to retrieve mail attachments using IMAP ?
How to retrieve and download mail attachments using IMAP ?.
View ArticleChanging ListView's ItemsSource causes an out of range exception in Windows...
There appears to be a bug in the ListView control for Windows Store apps. If you try to change the ItemsSource after it is loaded it throws an exception. The same exception is thrown if I initially...
View ArticleXamarin.Forms.Picker Class Causes App Crash on Android
We took the C# Picker class example from https://developer.xamarin.com/api/type/Xamarin.Forms.Picker/ and are experiencing a crash on Android (Kitkat and Lollipop builds) - This works fine on IOS To...
View ArticleUnable to find NameValueCollection in Xamarin.Forms project.
Hi, Does anybody knows where can I find NameValueCollection in Xamarin.Forms portable project? Referring to this link I have check for NameValueCollection class under System.Collections.Specialized...
View ArticleIs it possible Set ActionBar Title to Bold in Android?
I have got a NavigationRenderer like so: [assembly: ExportRenderer(typeof(NavigationPage), typeof(MyApp.Droid.CustomRenderers.CustomNavigationPageRenderer))] namespace...
View Article