Button with an image, how to centre the image horizontally?
Hi guys, Trying to get a little button with an image, I want the image to be centred within the button but it is always to the left. Button button = new Button(); { //WidthRequest = 50 BorderWidth =...
View ArticleHow can I customize the border of stack Layout?
I have created a square blocks using stack layout and have some elements inside the stack layout and now i want to customize the border color of stack layout? Can anybody let me know how can i create...
View ArticleApp not starting on iPhone 6 (iOS 9.0.1)
Hello, I have developed an app, using Xamarin.Forms. The app runs great on iOS 7,8,9 on iPhone 4/5s/5c hardware - and fwiw Android 4.2.2 +, loving Xamarin.Forms! The issue I am having is that when the...
View ArticleSupport for Windows
I know there is dedicated support for Android and iOS when you buy licenses but since you never actually buy a license for Windows there doesn't seem to be a support email or contact I know of for...
View ArticleMaster Detail Page- keyboard issue.
I am using Menu in master detail page. I am giving input to the entry, so that the keyboard appears. If I click the menu(on the top for Android & iOS, in the end for windows) button without...
View ArticlePassword entries for windows phone looking different than normal entries.
The entries which have isPassword=true are looking different. The border for these entries is bold than normal entries. How do I get the same border for both type of entries?
View ArticleNavigation: login pages
Dear all, I followed the instructions and I can make a nice tabbed navigation. Now I'd like to move to something fancier, but I have some doubts. The target is this: when the app starts, it must check...
View ArticleXamarin.Forms 2.0 issues
I just recompiled my project with Xamarin.Forms 2.0 and found Application.Current.SavePropertiesAsync is not working as expected in "Release" mode. I used the following code to save the login email...
View ArticleAndroid activity in PageRenderer
Hi All, I creating cross-platform application which using camera to take shots, to call a camera activity I using page renderer, as folows: public class CameraPageRenderer : PageRenderer { const int...
View ArticleWhich is the best technique to manage different screen sizes in XF ?
Hello. As said in the object, i'd like to know how to manage several screen sizes in x.forms app. At this moment, the only idea i have is to query screen size at startup and to bind Paddings and sizes...
View ArticlePlugin.Connectivity error
Hi again, Updated XF and Connectivity Plugin to the latest versions. I just have a single line in the constructor of WP8 project that uses the plugin and it is: if...
View ArticleType is not derived from a java type (StartActivity)
Hi friends. I just have updated to Xamarin Forms 2, but when in my SplashActivity, the method StartActivity() is executed I am getting this error: Here is the code of my SplashActivity:...
View ArticleiOS and Android Custom Renderer for Image with text inside button
I have a button that I need to add and image and text to. With Xamarin Forms, the image gets placed to the left of the text, but in my case I need the image to be placed above the text with both being...
View ArticleI want to load some of my controls on page after particular time span . How...
I want to load some of my controls on page after particular time span . SO if there is any method or property to do this thing it will be helpful.
View ArticleDebugging HttpClient Calls with fiddler in PCL
Hello I noticed there were very few guides on how to capture requests from your phone through fiddler while debugging so though i'd note down how to go about it in a pcl project This is aimed at...
View ArticleMasterBehavior doesn't work for MasterDetailPage
Hi, I'm playing with MasterDetailPage, however I've got a problem with property 'MasterBehavior', no matter what I set it always moves detail page to the right side, when I open it on iOS. Is it some...
View ArticleXamarinCRM Sliding Tabs
Hi does anyone know how they managed to achieve the sliding tabs in the XamarinCRM sample application? They are not using any custom tab renderers and as far as I know they're making use of Android...
View ArticleMVVM Best Practices
Hi guys, I'm trying to build my app using MVVM. When it comes to displaying data, everything goes well, I have a Page with its View Model and a number of Views which share the same ViewModel where all...
View ArticleCan I use Triggers from code?
Is there a way how I can use triggers from the code? I can't seem to find any examples. Basically I have some behaviors for my entries, and I want to trigger the Login Button's "IsVisible" property...
View ArticleZXing.Net.Mobile customview
Hi, I'm trying to make a custom view containing a ZXing view. (example in attach file) Does someone has already done something similar in Xamarin.Forms ? Thanks ! S.
View Article