What settings do i need to set in Developers.Facebook.com to enable...
Hi folks, I'm trying to get Facebook OAuth to work in my Xamarin Forms app. I can get the facebook UI to show but it errors: Given URL is not permitted by the Application configuration: One or more of...
View ArticleUsing Xamarin.Forms.Maps for offline use?
Hello Is it possible to use Xamarin.forms.maps for offline use? and if it is, any documentation on it? Else if I wanna add OsmSharp to Xamarin.forms, how do i make custom renderer, that renders Map...
View ArticleImageSource to Stream
Hey guys, I am trying to persist a user photo by converting it to a byte array. The initial placeholder image is loaded using xaml and static resources. The holdup is, that ImageSource is a XF Element...
View ArticleDropBox Dropin Crashes when a file is selected in Xamarin.Forms Android Page
I have implemented platform-specific pages for Android and iOS to allow a user to select a file to use within my app. In the Android version, everything works as expected on my Samsung Galaxy Note 4...
View ArticleImage Placeholder
Just wondering whether there is built in functionality to set a placeholder image for an Image control? I have the ImageSource property bound to an HTTP URL and I'd like an image to display while the...
View ArticleDo Native ViewCells Work With HasUnevenRows in iOS?
In a project that is currently focused on the iOS bits, I have a ListView that I'm using with a 'large' dataset that gets paged with the ListView's OnItemAppearing event. It works okay, sometimes....
View ArticleCustom fonts on Windows Phone not working
Hi, I am trying to integrate custom fonts into my Forms App. I got iOS and Android to work, but it doesn't seem to work properly with windows phone. The custom font is not showing up. Just for...
View ArticleDependency Service Sample does not work
I tried runnign the Dependency Service Sample and it falls short running on iOS 8.4, either on device or in simulator. Works fine on Android. It seems there's a bug in iOS with the AVSpeechSynthesizer...
View ArticleSamsung Galaxy SII - Android 4.1.2 SearchBar problem
In Samsung Galaxy SII - Android 4.1.2 I can only input one character in the searchbar. Could be this a bug? Alessandro
View ArticleXLabs Geolocator Not Working
I'm trying to use the XLabs Geolocator, but have been running into issues in Android (I haven't tried IOS yet). I'm able to get an instance of Geolocator, however, Geolocator.IsGeolocationAvailable and...
View ArticleCustom TabbedRenderer to set tab text color on Android
I found an iOS render: http://forums.xamarin.com/discussion/17811/tabbedpage-tabbar-background-color-tint but I can't seem to find a similar Android rendered to set to set the tab text color. I found a...
View ArticleTabbed Page Below the Action Bar(Navigation Bar)
When I create the page as Tabbed On the Android small size device, the tabs are displayed below the navigation bar. On a tablet device, they are placed on the navigation itself. or In Drop Down Please...
View ArticleSetting orientation of one page
The app I'm currently working on requires me to set the orientation of one single page to landscape (the rest of the app is strictly portrait). However I can't find a simple way to do so. Has anyone...
View ArticleSystem.BadImageFormatException: Could not resolve field token 0x040001ef
Hi, I'm trying to run my xamarin forms app on android and get the below error with regards to the portable file: System.BadImageFormatException: Could not resolve field token 0x040001ef I'm on VS 2013,...
View ArticleYou MUST call Xamarin.Forms.Init(); prior to using it.
Hi Guys, I have a SQLite implementation inside PCL, I want to perform a set of operation inside Scheduled Agent (Windows phone project). Other classes and methods of PCL works seamlessly inside the...
View Articlehow to set default value converter for a custom control
I have an enum property, SwipeDirection, which I want to be able to set like this in xaml <SwipeGesutreRecognizer Direction="Left"> The direciton property is public SwipeDirection Direction...
View ArticleXamarin Push Notifications
I know how the Push notifications work in Xamarin (Android) and how to give the Push Notifications an Intent to open an android activity. Is there a way to instead of opening an Android activity to...
View ArticleCan't get PopToRootAsync working
I start my app showing a main page. From there the user goes through multiple pages until the app should go back to the main page. When I click the final button which should take me back nothing...
View ArticleCasting NavigationPage and Page to native controls?
Hello, In iOS how can I cast a NavigationPage to a UINavigationController and a Page to a UIViewController? I want to do something like this: var custCtl = new MyUIViewController(); var nav = new...
View ArticleMenu itens inside NavigationBar on Android...
Hii everyone, someone know about an problem in the lastest Xamarin.Forms on Android on my TabbedPage is inside a Action Bar.. See my menu items is below my Navitagion or ActionBar... My older version:...
View Article