Icon image on Toolbar item in xamarin Forms
Hi, I'm creating all forms UI with the code using the Shared project. I want to add the icon image to the toolbar item. Can anyone guide me how can I achieve the same ? I could not find a suitable...
View ArticleNavigation.PushAync() method issue on Lollipop devices in Xamarin.Forms ?
Hi everyone, I am facing some issues in my Xamarin.Forms application with Navigation.PushAsync() method but only on android lollipop devices. The app perfectly works on pre lollipop and post lollipop...
View ArticleBinding reset to default value when changed with Trigger
I have an entry with amounts where i would like to present it with two decimals when its not focused and as-is when focused. I tried to do this using Triggers on my Entry. It is not working. For some...
View ArticleGrouped Listview overlapping with bottom navigation bar for iOS?
I have a bottom navigation bar (Tabbed Page) with four 4 tabs, the 4th tab has navigation page which will navigate to other pages. The 4th tab is having grouped listview which will navigate to other...
View ArticleXamarin 3.1
After updating to xamarin forms 3.1 , i am unable to read the controls in code behind. Error: system.invalidoperationexception this element is not in a name scope the same xaml was working fine in...
View Articlei have a .so file.I want value of API(c++) int RFIDAuthenCard(char nBlock,...
namespace embeded_test { public class embeded_test { [DllImport("libszxb.so")] public static extern int RFIDAuthenCard(int nBlock,string keyType,[In,Out] string[] key); } public partial class MainPage...
View ArticleWhere to find the symbolic versions of my app, to use the ndk-stack tool for...
https://developer.android.com/ndk/guides/ndk-stack I'm unable to find the correct folder in which the app is represented as Debug or Release symbolic version. In order to translate the android...
View ArticleHow to hide tab bar on push in Xamarin.forms Tabbed Page?
I need to hide the bottom tab bar when pushing to a new page from a tabbed page. Any solution?
View ArticleApp closes after home device button press (not going to sleep/resume)
Hello guys i have an app to create and i have problem with closing my app. When app will start and i press home device button (on Android) app closes (app is going to sleep but immediately exit)....
View ArticleIs IsPassword property changes FontFamily of an Entry?
Hi! I am developing a LoginPage with a password field that contains an input component. (Let's call PwdEntry) My PwdEntry has the IsPassword property set to True in xaml and I have changed the...
View ArticleSystem.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
I am developing an app in Xamarin.Forms (iOS) .In that i am getting frequent crashes with log message as follows: at System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource...
View ArticleDisplay Alert removed programmatically?
I'd like to pop-up a message box that I can remove programmatically (without the user having to press OK). Is this possible with the current controls? There are two use cases: 1) remove it after a...
View ArticleError when calling wcf service in Xamarin Forms
I'm trying to call my wcf service connected to my local database from an Android Emulator API 25 Nougat using xamarin forms and I get this error. I'm new to this so probably I'm missing some...
View ArticleHow to use or call my Resource Dictionary in codebehind or C#
Hi Xamarin Forum Can anybody help me how to call my Resource Dictionary from App.xaml to xaml.cs I already tried the following stacklayout_name.Resources["StackLayout2"].ToString();...
View ArticleHow can i change view label color from view model.
I want to show error to user after form validation. I am doing validation in my command can execute method. If validation fails how can i tell user about the error in input?
View Articleplugin.media manager doesnt play audio and video
hi <forms:VideoView WidthRequest="360" HeightRequest="202" /> CrossMediaManager.Current.Play(videourl, MediaFileType.Video); VideoViewRenderer.Init(); i use this code but when i run my project it...
View ArticleHow to send an automated mail to user's mail id on a button click
Hi, I am struggling to create a method that sends an automated mail to the user's mail id. It is used for authentication purpose. It would be kind if anyone can share any suggestions on this. Regards
View ArticleIs an implementation of VerticalTextAlignment for a Entry possible?
I know that you can set the HorizontalTextAlignment for Entries, but how come there are no VerticalTextAlignment Options? I need this: Entry.VerticalTextAlignment = TextAlignment.Center; This is...
View ArticleTint size not correct in Xamarin Forms with .NETStandard 2.0
I created a new xamarin forms project with .NET Standard 2.0 and in the sample i changed the label to Button and added the background color. While the button is clicked the ripple animation is shown...
View ArticleInvalid iTunesArtwork dimensions (1536x1536)
Hello, I Just made a new Prism Xamarin.Forms project with Unity. If I want to deploy on iOS device "iPhone" this error appears: Invalid iTunesArtwork dimensions (1536x1536) for...
View Article