[IOS] Bug on IsGestureEnabled of MasterDetailPage
Hello there, currently working on an application where the SideMenu is desactivated on certain page, so i use IsGestureEnabled= false, and true when go back. It works well on Android, but on IOS it...
View ArticleWhere is the extra space coming from?
I have extra space on the right and bottom of my page shown with red arrows in the attached picture. Where is it coming from? My code: public class StartPage : ContentPage { public StartPage () {...
View ArticleSplash Screen on an Xamarin Forms App (iOS)
Hi all, I'm beginning to love this platform!! I do have an issue that is bugging me and I just can't seem to get to work. The iOS splash Screen. I have all of the App Icons, Spotlight & Settings...
View Articlehow to get custom Behavior property updates in my ViewModel?
I have a custom behavior "ConfirmPasswordBehavior" on my form like this: <Entry x:Name="password" /> <Entry Text="{Binding Password}"> <Entry.Behaviors>...
View ArticleC Embeded Native library
Hi, Guys I build *.so from c-code by NDK with function: extern "C" void test(); I try to add *. so to project in lib/armeabi-v7a and call it from C#: [DllImport("test.so")] public static extern void...
View ArticleIs there a way to create a TabbedPage without instantiating all the Sub/Tab...
Hi, I want to create a TabbedPage to display inherent files of a folder in a ListView. But the more folders i add to the TabbedView, the more time it takes to initiate the view because all SubPages are...
View ArticleButton renderer and states
Hi, I've read a lot of code and example without finding anything really usefull. I'm looking for a way to customize the appearance of a button depend on its state. Right now, the only thing I managed...
View Articleproblem with navigation
I created a Service (Navigation Service, NavigationService), but when I use in my ViewModel, nothing happens when I use the "PushAsync" but when I use the "PopModalAsync" present my page I want to...
View ArticleHow can I get the MasterDetailPage to behave itself in split view on iPad?
I've got an app that's using the Xamarin Forms MasterDetailPage to layout a slide-over burger menu on phones and a popover on tablets. But when I open the app in split view on an iPad, it falls down....
View ArticlePlay m3u8 stream in Android Renderer
Hey guys, I'm making a Xamarin.Forms app that will stream video from a m3u8 feed. I've created a custom renderer in iOS and everything is working as expected there. I'm having some issues with Android....
View ArticleStop making properties internal!
It's getting really annoying. Many of the controls are under-developed on Windows Phone (e.g. MasterDetailPage - seriously, a command bar icon???), and our team decided to work around that. Except they...
View ArticleTabbedPage - 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 Article