ListView navigation to other view.
I have created listview in code behind and i need to navigate to the other view when items in listview is clicked. Here is my code: public class StaticListDetails { public string Name { get; set; }...
View ArticleHow to play a video in Xamarin Forms? Its possible?
Its possible to play video in xamarin forms?. (Not in separate native code) I want to play video using portable project.. Its possible in official code or any other 3rd parties available? Any one...
View Articlegetting exception
hi i am getting the following exception: System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component. at Windows.UI.Xaml.UIElement.Measure(Size...
View ArticleIPA failed to get Accepted. ICON issues.
I am using V@ 2017 latest Version, Xamarin Forms 2.3.5.256-pre6. I loaded all the images in the Asset Catalog. I do not know where or how I can find the keys mentioned below. Can you help me understand...
View ArticleShowing Camera option while uploading profile picture
Hi While changing the profile picture from Mobile Device browser its asking for "Choose and action " and showing Camera and Documents, to capture or select image. But when I am changing the profile...
View ArticleHow to check Internet status continuously in xamarin.forms
I want to check internet status continuously..so I am using a broadcast receiver class but this is not working if any one has any idea please help me?? I am using this code. [BroadcastReceiver(Enabled...
View ArticleERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced
I am deploying my xamarin forms ios application in apple store.While deployment i am getting errors as follows.Any one please help me to get out of this issue.It is very important for me. This is the...
View ArticleDoes the portable Xamarin.Microsoft.Band package work, or is it a case of...
I know it's not that important now that Microsoft appear to have killed off the (really good, but not particularly long-lasting) Microsoft Band, but I'm curious to know if anybody has the portable...
View ArticleAccessing control with Dynamic name
I have various controls like label,entry in ListView where x:Name is assigned to these controls by dynamically generated uniqueid. I am not able to access these controls in code behind by this...
View ArticleHow to implement voice to text
I am working on a cross platform project and I would like to add simple speech to text into an entry element for user to comment by voice instead of typing. I do not know specifically yet which library...
View ArticleButton Click doesn't work
I encountered a problem with Xamarin Forms with a simple login screen where I have the email/password fields and then a Submit button at the bottom. A user will enter in the email and then the password...
View ArticleAndroid IOnMapReadyCallback Forms 2.3.4
My custom renderer is no longer work with Xamarin Forms 2.3.4. The behavior I am seeing is that none of pins are being drawn on the map if I provide a method for the IOnMapReadyCallback method. It...
View ArticleTransluscent statusbar Android in 2.3.4pre1
I was hoping that this would be possible to do now that in 2.3.4pre 1 the statusbarunderlay is removed. http://blog.raffaeu.com/archive/2015/04/11/android-and-the-transparent-status-bar.aspx The...
View ArticleProperties are not being binded
Hi, I'm having a issue when i try to bind some properties of a ViewModel, I'm using prism. Actually I'm filling the Model in the OnNavigatingTo() method, When i try to navigate to the view throw a push...
View Article[UWP] Excep_FromHResult 0x8007007E
Hello, I'm having troubles to deploy my app on some UWP devices. It works as it should on computers that have Visual Studio installed on it but fails on the other ones. What I did : I turned "Dev mode"...
View ArticleHow to make in-app purchasing in cross platform application?
Hello All, I am trying to implement InApp purchasing from iOS & Android app. I followed this link. But not getting success. Please comment your code/ideas.
View ArticleWhy Visual Studio is keep building and building even it is prebuilt?
I just dont understand if I rebuilt my XF project and debug right after it. VS starts building again. I already built it and didnt change anything. it should start debugging straight away. Just like...
View ArticleListView.ScrollTo with Custom Cells
Hi I got a List View with Custom Cells. Looks like this. <local:BasePage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleWhat Signature Pad UWP not show image
Hi Guys, Thanks in advance for your help. I am trying to load points in signature pad for UWP. This is my current code: private async void RenderImage() { //Default image source var fileFromSource =...
View ArticleSetting a TimePicker to 24-hour format
I've searched the internet and so far there is no solution that is working. I'm trying to SHOW the time in 24 hour format. When the user selects the control, it currently presents iOS in 24 hour...
View Article