Render 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 ArticleNavigationPage BarTextColor is not working in android 5.0
I set the BarTextColor at NavigationPage. Its working on android 4.0. But the color is not changing when install on android 5.o and above. My code is as follow: NavigationPage nav = new...
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 ArticleXamarin.Forms.Maps Locale/Languages
I need my maps to match the language in the app but I can't find a way to set a locale/language on the maps control. Pointers? thanks!
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 ArticleHow to make custom form dialog ???
How to make custom form dialog ??? just like MZFormSheetPresentationController I use the RelativeLayout but it's not make the effect..... please give me some help...
View ArticleHow to create menu bar in XAML ?
i am still new in xamarin.forms so i am tryng to create the menu bar from xaml. any idea please!!!!!!
View ArticleXamarin Evolve 2014 App GitHub
I wanted to study some features that are on Xamarin Evolve App, but I could not find the project at GitHub. Is it possible to to get the codes of the app?
View Article