How to adjust the spacing between two control ?
How to adjust the spacing between controls in page ?
View ArticleReally slow build speed with iOS
I've been running into this issue since we started testing on an actual iPhone, not a simulator: the build process seems to hang, for up to 5-10 minutes, without any feedback of the process. After some...
View ArticleDraw image at real size
Hi, i've just started with Xamarin but i'm facing a problem i don't understand. I want my app universal, so Xamarin.Forms. I just want to display an image from resource at real size (i mean even if the...
View ArticleRender Local PDF file in Android,IOS
Hi, I have working on render local PDF file using xamarin forms, i have try to render PDF using "ViewRenderer" in IOS its working fine using above code. protected override void OnElementChanged...
View ArticleToolbar Item is getting refreshed while clicking on MasterPage items
Hello I have implemented a masterpage and loading a contentPage as Detail content.while redirecting for the first time from one page to other page it's working fine but next time onwards The Toolbaar...
View ArticleHow to get an original image size?
Hi! I have the very basic case, but can't find elegant solution: need to know original image size for layout. But after loading an image to Image view I get -1 value for its width and height. Here's a...
View ArticleAdd event to native calendar crossplatform
Dear readers, i have a question how do i add a event to the native calendar crossplatform i tried a github project but its not building in my current project....
View ArticleExceeded Retry Count of 10
I have updated to the latest Xamarin.Forms. I am using Visual Studio 2013. Since I updated to the latest Xamarin for Visual Studio this morning, I am getting these issues all of the time in Windows...
View ArticleExplicit interface implementation for DrawerLayout
Heya, I want to get notified on drawer state changes (using Forms 1.5.1 AppCompat on Android). Therefore I need to reimplement the IDrawerListener on my custom renderer and implement the method: class...
View ArticleRollback of Forms versions
I am keen to try out newer versions of forms e.g. 1.5.2-pre1 but I would like to roll back if my app breaks. Is this possible and how would I do it? Thanks
View Article[Material] how to gain access to `Toolbar` from custom renderer?
Based on @TheRealJasonSmith's gist on how to add Material design to your Forms.Android app, I've implemented the "Toolbar" instead of the "ActionBar". I'm wondering how I might go about getting access...
View ArticleHow to integrate social platform features in Xamarin.Forms app?
Hello, I'm working on a Xamarin.Forms application in combination with Azure Mobile Services. I'm able to get auth token using azure's Identity feature using which I've login working for facebook,...
View ArticleViewModel for severel Pages like a Walktrough (CarouselPage) on the start of...
Hello together, i want to implement a ViewModel which collect data in a Model from 3 pages in a CarouselPage. On each Page the user selects something and on the last page the user can push the start...
View ArticleXamarin.Forms.WebView not loading URL ?
public class WebPage : ContentPage { public WebPage () { var browser = new WebView(); browser.Source = "http://Xamarin.com"; Content = browser; } } I tried the above coding, working fine. But when I...
View ArticleListview on iOS 9 not filling screen width - issue with custom ViewCell
In iOS8 a simple Listview would have separator lines that filled the width (especially in landscape mode) In iOS9 the Listview separator lines no longer fill the full width on a landscape iPad mini....
View ArticleNeed to send a message from AppDelegate to view model in PCL . Please HELP!!!
I have to send a message to the view model in PCL to log an exception when I catch unhandled exception in Appdelegate. I am not able to send messages to the view model.. Running into compilation errors...
View ArticleSet column span by using Grid.Children.Add from source code
I have the following source code for setting up a Xamarin.Forms.Grid control on my page. I will like the first 3 rows to expand both columns. The code sample in the online documentation does not really...
View ArticleHTML5 Javascript and CSS files inside Xamarin forms
I am writing a native cross platform application using Xamarin forms. But i need to have one page with a Web view to render an existing HTML5 page even thought other parts of the app are native.I have...
View ArticleViewExtensions.TranslateTo seems to have a delay between invocation and...
I am using ViewExtensions.TranslateTo for a drag gesture. It seems that there is a delay between the method invocation and the actual animation when running on Android. The Android projects are set for...
View ArticleWhich is the best method to add logger methods to Xamarin.Forms app?
The question is, I hope, clear. I have an App and I would like to write to a text file some log string, for example when the app throw an exception. There is a PCL solution? Or Insight is the best...
View Article