Render off screen
Is there a way to render a Grid Row off of the screen and slide it in as needed? I am trying to create an expandable footer section.
View ArticleSVG Support
I have added SVG support for Android : https://github.com/XLabs/Xamarin-Forms-Labs/pull/414 but need help with iOS and WinPhone.
View ArticleDoes xamarin.Forms work smoothly with OSX10.10Yosemite ,Xcode6 and iOS 8
Dear folks, I will set up our Mac build host, but I am not sure whether xamarin.Forms work smoothly with OSX10.10Yosemite ,Xcode6 and iOS 8? Can you share your experience? Thanks and Cheers!
View ArticleSOS, Xamarin iOS build host
Dear folks, I am setting up our Mac build host. Unfortunately in China, we can not access google, so when I use Xamarin Installer, it will fail because of failing to download android sdk. But I only...
View ArticleThe type or namespace name 'Page' could not be found (are you missing a using...
I am new here. I am trying mono out. I made a new application and I cannot build it. The error is: The type or namespace name 'Page' could not be found (are you missing a using directive or an assembly...
View ArticleXamarin Forms Hangman
Hey guys, I threw up a simple Hangman game using Xamarin Forms on my GitHub account Any suggestions for future games? my plan next is to make a tetris like game and then I'm open to whatever. Ryan
View Articlesimple MasterDetailPage throws exception
I have a very simple Code, works great with Android, but when I try to debugg ist on Win8Phone I get following error(in the App.xaml.cs where the debugger stops): // Code to execute if a navigation...
View ArticleLoop through StackLayouts and children
Hi, I can't figure this out. I have multiple StackLayouts in my page (for every user). In every StackLayout I have a Switch. When I click a button, I want to loop through every StackLayout and get a...
View ArticleReferences to a Forms Project?
I have a 3rd party dll, which I actually makes more sense for me to use from the Forms project than the plattform-depended projects. However, I don't see a "reference" section in the Forms project. The...
View ArticleUsing Xamarin.Forms in Xamarin.iOS
How do i use Xamarin.Forms in xamarin.ios application.
View ArticleZoom control and Anchor Link(Jump Link) for Xamarin.Forms WebView
I am working on a project using Xamarin.Forms. In my project I have loaded Html data on WebView from local database. How can I control zoom functionality for xamarin.forms webview and how to jump to a...
View ArticleStackLayout memory leak?
Hi, If I create a StackLayout and add items to it, then use Clear(), it seems to slow down the entire application significantly after a few hundred iterations of this....
View ArticleAnimateKinetic and animating on a path
I'm struggling to find any documentation on this. Does anyone know of any examples or documents that I can read on this functionality? My goal is to animate some views around a circle and have them...
View ArticleXCode 6.1 iOS Simulator WebView Issue displaying PDF, DOCX, ...
I updated my XCode from 6.0.1 (iOS Simulators 8.0) to XCode 6.1 (Simulators 8.1) yesterday and noticed that the WebView isn't displaying the PDFs, DOCXs and TIFs (so far these are all that I've tried)....
View ArticleReal life sample
Do you know if there is any real life sample for Xamarin Forms available somewhere? App with multiple screens, a UI that looks similar on all platforms and that has a slick UI. A UI that looks more...
View ArticleHow to get android resources in PCL project?
In xamarin for android projects ,i can use Resource.Layout. \ Resource.String. ... freely. In xamarin form how to do it ?
View ArticleBlacksun.XamForms
Hey guys I started making a simple library for those of us that like to make views in code behind its a work in progress but NuGet is already available for the library I hope you guys like it, and I...
View ArticleChanging MainLauncher view
Forms n00b here. When I start my android app it initially shows an activity and then a few seconds later it shows the Forms page. This MainActivity.cs has a MainLauncher=true attribute but doesn't seem...
View ArticleViewCell does not adapt the size correctly in PCL project... and more
I am trying to create a Xamarin.Forms app to demonstrate the usage of my WordPressUniversal Library. However, I have a few problems. This code shows different results on Windows Phone and Android...
View ArticleHow to solve problems with master-detail-page in WP?
Hi all My app has a master-detail navigation. The navigation works well with iOS and Android, but not with WP (as it seems, that the MD-Navigation in WP is not implemented on a proper way until now)....
View Article