Text in buttons takes uppercase (Galaxy S6, Android 5.1.1). How to avoid it?
Text in buttons takes uppercase (Galaxy S6, Android 5.1.1). How to avoid it? When testing on other phones everything is fine
View ArticleHow to convert size of images for android and iOS in xamarin.forms?
Hello, I am working on xamarin.forms. I have to select multiple images from gallery and if any image size is greater than 1920 then we have to change the size of image and fix it 1920. How I can do...
View ArticleUsing Xamarin.Forms.Labs
Hi everyone, Can anyone please give me direction for using Xamarin.Forms.Labs in my Xamarin Forms Project. I mainly want to use camera access am image gallery file access. Thanks in Advance.
View ArticleXamarin.Forms.labs
Hi Everyone, Any one please give me guidance for using Xamarin.Forms.labs in my Project. I want to Camera access and use Gallery image access. Thanks in Advance.
View ArticleGet current Uri from HybridWebView
Hi I would like access to the actual Uri of either HybridWebView. I need it to watch for a certain url pattern during redirecting. The Uri property of HybridWebViewdoes not seem to ge updated when...
View ArticleAd network implementation
I want to try out multiple ad networks. I've already implemented AdMob. Does anyone have examples how to implement others?
View ArticleHow to hide the empty rows of a list view in xamrin.forms in ios
My list view has just 1 or 2 datas , but still it shows empty rows till the end of the page . This just happens in ios ., in android its working fine . pls do tell me what changes to make to hide the...
View ArticleProblem with binding
Hi there, I've a small problem regarding binding. I have a ViewModel with 2 properties: ObservableCollection Comments and string Title. My listview looks as following: <ListView x:Name="listView"...
View ArticleiOS Button text padding
Y'Hello, I'm using the code below to create a Button - nothing too fancy so far, huh? Anyway, I noticed Button doesn't have a Padding styling property, so my button on iOS looks a bit squished (see...
View ArticleLocalize images base on app language not device language
Hi, My app allow the user to select the language during execution. I'm able to switch the text, but the image stay in the device language. How can I control the language settings used for image...
View ArticleOpening Master page from MasterDetailPage
I have an issue with accessing Master page from CarouselPage. Master page is accessible from all other pages by swipe (as expected) but not from my CarouselPage, I'm navigating to it like:...
View ArticleCan i have multiple ItemTemplate for the Listview which holds different...
Hi all, I have an requirement where I wanted to have an different layout for the ViewCell in the ListView that too it will be created dynamically.How can I achieve multiple item template for each item...
View ArticleFileStream does not exist add reference in xamarin form //...
using (var httpClient = new HttpClient()) { using (var request = new HttpRequestMessage(HttpMethod.Get,new Uri("http://preprod.quickappsbuilder.com/api/apps/getapp2"))) { using (Stream contentStream =...
View ArticleFile.WriteAllBytes not found
File.WriteAllBytes not found i already include system.IO file ??
View ArticleMasterDetail Page customizing the style (BarBackgroundColor, BarTextColor..)...
Hello, I'm new to Xamarin.Forms, I'm using a MasterDetail Page which works fine in my app. Problem is, I'd like each Detail Page to have its own style : considering BarBackgroundColor, BarTextColor......
View ArticlePopAsync not removing screen from NavigationStack
Hi, I have a page A and I push a page B. Page B calls a modal page (full screen ad). While the ad is displayed, I call PopAsync. After the ad, I'm back on Page A however Page B is still in the stack....
View ArticleSleep and Thread
Hi, There are methods Sleep() and "Invoke on MainThread" in Xamarin Forms ? Thank you.
View ArticleIs it possible to navigate between a Xamarin forms content page to an Android...
I started a shared project and I'm building my app using xamarin forms. When I was trying to use Xamarin Mobile reference I noticed that I might have to create an activity(in case of android) so I can...
View Articlei can't find Forms ContentPage Xaml
i created PCL Xamarin forms application, in xamarin studio i was able to add Forms (Forms ContentPage Xaml), in Visual Studio i was able to see only code page. i cant add xaml page at all. i use VS...
View ArticleARCHITECTURE QUESTIONS - 3 APPS SHARING 90% CODE - DIFFERENT DESIGN & NAME
Hi, I'm working on a project which is a XForms application. I've been asked to create 3 differents applications even if the code is at 90% the same. Each app will be in a different language. The...
View Article