Dynamic ListView row height not working on iOS in v1.4?
According to the Xamarin ListView documentation, if I set HasUnevenRows, all will be well with dynamic row heights. In reality, it works fine on Android, but does not work at all on iOS. In my...
View ArticleFollowup for Q24845
The original discussion is at https://forums.xamarin.com/discussion/24845/linkassemblies-task-failed-unexpectedly and I posted a comment there. Since it seems stale, I thought I should open a new...
View ArticleI want to stream video in xamarin.forms how can i do that?
i want to stream video in xamarin.forms how can i implement that can u give me the working demo?
View ArticleCross Platform Streaming YouTube Video
I have read several posts about how to stream YouTube videos using Xamarin and even found a couple of sample projects, but none of them support both Android and iOS and are done using Xamarin.Forms....
View Articlepush notification re launches app in android
Hi, I'm using the Xam.Plugin.Pushnotification package to implement cross platform push notification. It works fine on the iOS build and works mostly on the Android build. In iOS if a notification comes...
View ArticleHow Render PDF file in Xamarin Forms (Android & IOS)
Hi, I am new in Xamarin , Please let me how we Render PDF file in Xamarin Forms (Android & IOS) any example code please share with me. Thanks
View ArticleAfter upgrading to Unified API resources (images) aren't being added to bundle
Has anyone seen anything like this? They worked before and nothing crazy looks different in the diff. 1) Found because all images return null. 2) All images are BundleResource and that hasn't changed...
View ArticleUpdate to Xamarin Forms 1.5 and Xamarin.iOS for iOS 9 breaks SignalR Client...
Hi, I have a PCL 4.5 - Profile 7 Xamarin.Forms project that uses the Microsoft.AspNet.SignalR.Client NuGet package (in the shared DLL project, not the device-specific projects). It doesn't do anything...
View ArticleCross Platform Crop Image View
Hey, Anyone have ever implemented some custom crop image UI that can be used in forms ios/android/win phone? What I`m trying to achieve is something like instagram that crop a image to a square, so I...
View ArticlePopup keyboard hides parts of the UI rather than resizing
I would like to create a screen that has a behavior similar to common chat apps e.g. Hangouts where there's a scrollable section of the page and an Entry with a Button underneath that updates the...
View ArticleProblem with FormsAppCompatActivity and MasterDetailPage
I've upgraded to the new FormsAppCompatActivity. There are a lot of bugs, I'm going through them one by one. Now, the drawer is being displayed over the Toolbar. I want to the Toolbar to be always on...
View ArticleHow to use Xamarin UI Test for my screen
Hi , I would like to see how my UI looks like in all the phone.I studied some information about the Xamarin UI Test.How I can use in my project .Any one provide the links[apart from...
View ArticleSystem.ArgumentException: 'jobject' must not be IntPtr.Zero
My app is crashing with the error message System.ArgumentException: 'jobject' must not be IntPtr.Zero . i checked the log files in the attachment .This is happening while i remove an item from my...
View Articlefailed to deploy application on the target device please try to rebuild the...
I have an iPhone 4s that I have already configured for debugging and have deployed my application to many times. However, after the iOS update to 9.0, i get. "failed to deploy application on the target...
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 ArticleListView ScrollTo is not scrolling correctly
Hi developers, I am using several ListView controls in my App, but the ScrollTo method is not working as aspected. When I call the method to scroll to the last item in the list, the ListView is always...
View ArticleElement.ParentPage() Extension
Here's is a little extension that I wrote to find the parent Page for a given element. I use it for custom Views and in custom renderers. Thought it would be helpful for others, as it took me a little...
View ArticleHow to create a Page with a Header, Footer, and a Proportionately Sizing Body?
I'm trying to do the following: Create a page with a header and a footer, and then the body which sizes proportionately to the device. In this example, the goal is to make the up arrow and down arrow...
View Article