TabbedPage - Windows UWP, can I put the tab titles on the bottom of the page?
I am looking at this sample app: https://github.com/jamesmontemagno/MyWeather.Forms On the Windows UWP target is it possible to have the tab titles on the bottom of the page instead of the top? Thanks!
View ArticleAlways get low quality photo when using camera control of xlab
As title, i am using library of XLab to capture a picture, but it always return low quality photo (480 x 640). Reference : https://github.com/XLabs/Xamarin-Forms-Labs/wiki/Camera I want to get full...
View ArticleImage - Find touch coordinates
Hi, I am using Image control to display an image and allowing the user to zoom & pan the image. When the user tap the image, I need to get the tapped coordinates in the image (including zoom &...
View ArticleAny tools for preview XAML design for Xamarin.Forms for ios app?
Hi, XAML in Xamarin forms is without designer. Can you please share ways for preview or there is one approach see result on simulator after build only?
View ArticleI'm getting back button in Master Detail Page on android but not able to...
I've implemented Master Detail Page and detail Page is wrapped inside the navigation Page but back button is appearing along with the menu icon in master detail Page.However this problem is only in...
View ArticleBinding to FontAttributesProperty
Hi, I want to bind to the FontAttributesProperty of a button I have tried the following var btn = new Button() { Text = item.Title, TextColor = Color.Black, HeightRequest = 40, };...
View ArticleThe name 'InitializeComponent' does not exist in the current context on an...
Hello, I'm having issues on building android app - it fires this error on all pages. But building ios app goes fine. I've tried to build this project on windows and got the same error. Unfortunately...
View ArticleError compiling Xamarin.Forms Portable app in Visual Studio 2015
Hi, I have an error compiling Xamarin.Forms Portable app in Visual Studio 2015. Everything was working until upgraded the Xamarin.Forms package using Nuget from version 1.5.1.6471 to version...
View ArticleDisabled button style on Windows Phone
I'd like to change disabled button style on WindowsPhone, the solution below works on Android, but on WindowsPhone style is changed for a slight moment to desired and later is set to default (gray...
View ArticleImage resources in root folder of Windows Xamarin.Forms project?
Hi I know this is a minor thing, but still, I like to keep things structured and organized in my application. I think the way Xamarin.Forms do it now for Windows project is "messy". Currently, all your...
View ArticleProper way to create renderer for WebView in iOS
I am using below code for WebViewRenderer in iOS public class WebViewPageRenderer : WebViewRenderer { protected override void OnElementChanged(VisualElementChangedEventArgs e) {...
View ArticleKeep Android soft keyboard on screen
My issue seems trivial, yet I can't find an easy solution to it within the Forms environment. I have a chat page, where I want to be able to show the keyboard after the user taps on the entry field...
View ArticleHiding the Status Bar and the Action Bar in Android App
Can anyone tell me how to implement this in a (Xaml) implementation of an Android app?
View ArticleDoes Xamarin Forms 2.0 support 3D Touch
Would like to add some 3D Touch functionality to my forms app. Just wondering.
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 ArticleAndroid font size gets overridden by native Android settings
I am setting my font size using the NamedSize enumeration. In iOS the font displays as the set size regardless of the font size set in the os settings. This however is not the case for Android. If I...
View ArticleWindows Phone pull to refresh not working when ListView has few items
We're using Xamarin Forms 1.4.2.6359. We have a page with a ListView that has pull to refresh enabled. For Windows Phone Silverlight 8.1, when the ListView doesn't have enough items to fit the screen...
View ArticleFody 'IntermediateDir' not found
Hi all I've updated to the latest and greatest of everything: Mac OS 'El Capitan', Xcode 7, Xamarin Alpha, and I find with one project where I've used Fody a bit that I get an error thrown on the...
View ArticleKeeping text in the middle of a scrollview enlarged?
Hi guys, I have a pretty vague description of something I'd like to do, but not entirely sure if it's possible. Well, more accurately not entirely sure of the best way to go about it. Say I have a...
View ArticleSet Color for when button is pushed on WP8.1
Ive been trying for hours now to somehow change the color of my button when the button is pressed. If my button is sitting on a green background.. and the button is green itself with an icon inside.....
View Article