How to Decrease Height of Navigation bar in xamarin forms
I have used MasterDetail page as main page of my app. Here TabbedPage is my detail page which contain various ContentPage as children of TabbedPage. I have set Details as Detail =...
View ArticleUWP hide button which shows secondary ToolbarItems?
Hey, I'm not using any secondary ToolbarItems in my app. Therefore, I don't need this button (not sure how to call it?): Since I don't have any secondary ToolbarItems, the only thing clicking this...
View ArticleHow to Integrate Stripe payment gateway in xamarin forms
Hi every one, I am trying to integrate stripe in my xamarin forms application. I have added the component and I have done some code for integrating this payment gateway to my application. I am...
View ArticleSystem.Data.SqlClient
I want to add System.Data.SqlClient in Portable (not in iOS or Android), on a cross-platform aplication, is possible?
View ArticleHow to create a master detail page with items and sub items ?
How to get a master detail page with items and sub items like this ?
View ArticleStyle FontSize OnPlatform in Xaml
Hi everybody, i'm looking for a way to change the fontsize of all my labels with a style defined in App.xaml (XF 1.3). But i don't find any way to make it works. Note : i want to make it with xaml in...
View ArticleHow to press a button contained in ListView ItemTemplate without firing...
I have a ListView whose ItemTemplate is a ViewCell, which contains a grid with some labels, a switch and a button. When I press the button, the background color of the grid is to be changed, while if I...
View ArticleEntry IsPassword TextColor
I set the Entry text seems to be following the textcolor but when I set IsPassword to true, only black color is shown for dots. How to change the dots to my desired color? This is my xaml code:...
View ArticleXamarin forms custom webview's navigating and navigated event doesn't raise...
I am using custom web view controller for my xamarin forms project and using this one:...
View ArticleHow to set Listview caching strategy per platform?
How do I set the caching strategy per platform? For example I want RecycleElement for iOS and RetainElement for Android.... I am using the following but doesnt appear to be working: <ListView...
View ArticleWhat could be causing my MTouch error in my Xamarin Forms iOS App?
I am at a bit of a loss with this issue as it started on it's own (radomly it seems) and despite following a few potential solutions I found online, nothing has resolved it. The solutions where things...
View ArticleBrowse emulator's files
I'm testing the use of SQLite in xamarin forms using Xamarin Studio on mac and I would like to found the files corrisponding to the app started on the emulators (android or iOS). For debug, I would...
View Article_navigationService.NavigateTo is not working after move from Xamarion.android...
Hi, I am using ccavenue service to implement my payment gateway. For Android, after payment done i am using below code to back to PCL project. [Export("processHTML")] // to become consistent with...
View ArticleHow to find controls inside list view cell
How to find controls inside a list view cell. I would like to change the color of label which is in list view cell
View ArticleHow to handle notification click on cross-platform project
Hi, I'm receiving notification from notification hub for both iOS and Android. Behaviour to reach: The app at startup after the login register to push notification, now when I receive a notification I...
View ArticleXamarin.Forms, On Android, there is a black bar across the top of the screen
Hi All I am having a strange problem on Android, when i run on Android emulator I have the below black bar running across the screen, it does the same on my physical device Samsung S8.
View Articleproblem with adding a searchview in a navigationbar for a tabbed page
XamarinForms: I have inserted a search view in the navigation bar following the article However If I implement it for a tabbed page , and whenever i switch the tab the search view disappears as if the...
View ArticleTrouble in display image from url...
Dear Sir, I am new in xamarin on visual studio. I can't load image from url. I try it in both way - Xaml code - <Image Source="https://xamarin.com/content/images/pages/forms/example-app.png" />...
View ArticleHow to get OS version of mobile from C# in Xamarin Forms ?
Hi, I am using Xamarin forms for iOS and Android app development, I want to add the few values to insight related to mobile information. How to find the mobile platform and Mobile OS from C# code ?
View ArticleXamarin Forms, button needs two taps before anything happens
Hi All I am having a bit of a strange problem, not sure if anyone else has had the same problem, when you initially tap the button, the button goes a darker shade (highlighted), you then have to tap it...
View Article