Height of item separator in ListView (in iOS)
Hi to all. I am creating a ListViewRenderer for customize the height and color of the item separator. I already have done it for Android, but I can't do it for iOS. Please, could you help me? Thanks.
View ArticleGet rid of button borders in Windows
Hi, A regular button in iOS and Android doesn't have any borders but it has on Windows (despite the doc saying the default value of BorderWidth is 0). I tried to apply a style that set the BorderWidth...
View Articleasp.net authentication/authorization retention
Is there a standard method that Xamarin customers retain authentication/authorization information when working with WCF services? Similar to a browser storing and using the ASP.NET_SessionId cookie?
View ArticleProblem building in release mode with linking
Hello, I have some problems building my android app in release mode with linking enabled. I only have an android target at this point. I get the following exception: Error 5 The "LinkAssemblies" task...
View ArticleXamarin Forms Apk is not getting login in to Application
I developed an Application.I ran My application in release mode.But App is not allowing to login inside application.When I tried to use the same thing in Release mode App is working fine.More over it...
View ArticleHard Tapping Issue in Xamarin Form 1.4.4.6392
We are facing issues with touch in our application after updating to latest Forms version 1.4.4.6392. Button/Images are difficult to tap. Any idea about the problem or any solution? I found following...
View ArticleWidthRequest / HeightRequest not being honoured on images in a stacklayout ->...
I'm trying to fudge together an image grid. Given that there isn't a bindable grid control at the minute, our "fudged" solution was to come up with a simple wrapper model to display 3 sequential images...
View Article[Android] On app background, keyboard stays open until home button pressed a...
On app background, keyboard stays open until home button pressed a second time. Has anyone seen this and found a fix?
View ArticleWeb view disallowing local files?
When attempting to use a local set of files for a website more or less hosted on the phone were getting errors and the CSS/JS doesn’t seem to be functioning. However the app works on Desktop Safari,...
View ArticleHow can I use PortableRazor Xamarin forms?
Hi, How can I use PortableRazor in Xamarin.Forms? I found some example on the internet but no one answer my question. Some samples:...
View ArticleRunning XF app on Android shows CPU usage that does not to 50%
I'm executing a XF app that does lots of operations in a loop and checking performance. I opened a terminal and ran 'adb shell' + 'Top' command to see CPU usage. My app's CPU usage does not go over...
View ArticleRemove row from a Grid
Hello, Do you know if it is possible to remove a row from a grid? I've tried myGrid.Children.Remove(myView) but nothing happened. Thanks !
View ArticleRelativeLayout constraint doesn't work without rotation first
Hi, I'm new to Xamarin and I would like to make a simple trick: display two buttons on the bottom right of the screen . But this only works after having rotated the screen once . Why ? How to force to...
View ArticleMVVM and navigation
Hello Fellow Xamarin fans, I have some problems with navigation. I use the mvvm light framework and navigation. But one problem I need to navigate from a contentpage to a masterdetailpage. The problem...
View ArticleHas anyone posted successfully to Twitter and Facebook from a...
Has anyone did it actually? All the code on Xamarin recipes is not tested with Xamarin Forms. It may be working in a Xamarin.iOS project. But in a Xamarin.Forms.iOS project the UIKit.UIViewController...
View ArticleLaunching another app multiple times
Beginner's question here. I used this sample as a base https://developer.xamarin.com/guides/ios/application_fundamentals/backgrounding/part_4_ios_backgrounding_walkthroughs/location_walkthrough/ public...
View ArticleMinimum Android Version 4.0?
Is there any way to get the new forms working on Gingerbread? I know the stats are down to only 13% on 2.3 and dropping quickly, but I have clients that still require Gingerbread support, and that...
View ArticleNeed Help on XLabs.Forms.Controls.ImageButton() Control
I am using the XLabs.Forms.Controls.ImageButton() Control using XLabs.Forms package 2.0 Problem: The following code works fine for Android, but in iOS it throws the error during runtime. Error as...
View ArticleFlip An Image
Has anyone figured out a way to flip in Image in Xamarin Forms? Not rotate it - I use that for something else - but to flip it on the vertical axis? It does not appear that Xamarin supports the...
View ArticleHow to handle RTL support in xamarin form?
I just need to implement arabic support in my application. Language conversion is working by adding .REXS files and android:supportsRtl="true" in manifest but its not changing the layout flow direction...
View Article