Facebook AppInvite
I'm looking for an example how to implement facebook app invite in a PCL-project. Does anybody have some examples for me?
View ArticleHow to display SVG image in Xamarin Forms project.
Hi Frineds, I am very new in Xamarin and Xamarin Form as well. Can anybody tell me how to display Image with SVG format in Xamarin Forms? If code snippet provide, then it is really helpful. Thanks,...
View ArticleError MT1006: Could not install the application
Hi all, I have a cross-platform app (written using Xamarin Forms in a Shared Project) that I can compile fine and deploy fine to Android, but not so fine on iOS. I have followed the Xamarin-provided...
View ArticleXamarin forms ios images not visible when deployment target is changed.
Hello, I'm working on a Xamarin forms project. The problem is in my Xamarin forms ios project when I set my deployment target as 6 all the images are visible when run on simulator, but when I change my...
View ArticleFont family for Entry control
Hi i am new to xamarin forms. Trying to assign a custom font for Android mobile for entry and label controls. Please suggest how to proceed? i tried following way label.FontFamily = Device.OnPlatform (...
View ArticleBlank white screen in Xamarin Forms
Hi, I am developing one application in XF. In App.xaml.cs, i have written some thing which is mentioned below and it's pretty straight forward. public App() { InitializeComponent(); MainPage = new...
View ArticleIssue with PushModalAsync on iPad
My company has a Xamarin.Forms app that we've maintained for a few years. Basically, the root page of the application is a list of items that a user can view, but if they aren't logged in a modal page...
View ArticlePrinting on iPad from WebView
Hello guys, I want to print a webview with the default printer functionalities which are available on both Android and iOS. I have a DependencyService with a Print method, which calls the platform...
View ArticleXLabs AutoCompleteView not displaying Suggestions
Hi there... I'm running into a problem with AutoCompleteView. Everything is "working fine", but the suggestions won't display. Any help is appreciated! Here's the code: XAML-File: <?xml...
View ArticlePlay m3u8 stream in Android Renderer
Hey guys, I'm making a Xamarin.Forms app that will stream video from a m3u8 feed. I've created a custom renderer in iOS and everything is working as expected there. I'm having some issues with Android....
View Articleon iOs device - ListView - ForceUpdateSize not work if use MenuItem
I use ListView and dynamic change item - change visibility part item. For update content on all devices needed: 1.Listview add HasUnevenRows="True" 2.After change binding property for...
View ArticleHow to remove space in MasterDetailPage Master in xamarin Forms - UWP?
my Question here https://stackoverflow.com/questions/44385234/how-to-remove-space-in-masterdetailpage-master-in-xamarin-forms-uwp please help me.
View ArticleXamarin.Forms Intellisense not Working on Visual Studio 2015 clean Install
Hi, I'm trying to write a Xamarin.Forms project in Visual Studio 2015 made with a clean install: What do I do? I thought there was built-in support. Regards.
View ArticleMedia plugin take picture does not open camera
@JamesMontemagno like the title says, when i run trough the method, my device asks for permission and the CrossMedia.Current.TakePhotoAsync(mediaOptions); gets executed, but no camera opens up code :...
View ArticleUnable to bind a ContextAction menuItem command to the viewModel.
I have a ListView with Textcells and have added TextCell.ContextActions with MenuItems. I have a Delete Menu item and bounf the command to a command in my view model which is hooked up to a method....
View ArticleWebview Does Not Function Within Frame?
I' d like to use multiple WebViews on the same page to display some local content. I can get the WebViews to display just fine. I want them to be put in frames so that the separation looks nice between...
View ArticleHow to make proper sizes?
"The MetricalBoxView uses WidthRequest and HeightRequest to display a BoxView one inch tall and one centimeter wide."...
View ArticleXamarin.Forms.2.3.4.247 update : project won't build
Hi, I just updated Xamarin.Forms to version 2.3.4.247 as well as a couple of other packages, and I get this error, completely new for me:...
View ArticleHow to get an original image size?
Hi! I have the very basic case, but can't find elegant solution: need to know original image size for layout. But after loading an image to Image view I get -1 value for its width and height. Here's a...
View ArticleXamarin.Forms changes the app manifest (Android) which causes the app's...
I have a Xamarin.Forms app with the following manifest for the Android project: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"...
View Article