How to achieve scrolling on a page with StackLayout and WebView?
Currently I have the following project: https://github.com/bencrispin/ScrollInWeb I know I've read in other forum posts that a scrollable view inside of another is skeptical, but this works...
View ArticleWhy am I can't? [assembly:Dependency(typeof( ??)]
I see several people use this code, but in my code I can not make it work [assembly: Dependency(typeof(Droid.Path.Config))] namespace Droid.Path { public class Config : IConfig { Error Severity Code...
View ArticleIs Xamarin Forms ready for production?
Hi, I would like to know whether Xamarin Forms is ready for real-world development? We are planning to develop a cross-platform application, whose major part is data-entry and uses negligible platform...
View Article5 Tips to Properly Style Xamarin.Forms Apps
http://motzcod.es/post/125302147562/5-tips-to-properly-style-xamarinforms-apps?utm_source=Xamarin+Weekly+Newsletter&utm_campaign=87ff0a0a09-Issue_0517_30_2015&utm_medium=email&utm_term=0_07...
View ArticlePicker broken for Windows Phone 8.1?
The color example for the Picker control does not work on Windows Phone 8.1 when I reduce the number of colors in the pickers items list. If it is used with 6 items or more, the selection is shown as...
View ArticleMasterDetail and navigationpage problem
Hi guys, I have a project with a masterdetail with menu. I followed this example https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ Well... ok, masterdetail and the...
View ArticleCould not load type Share.Forms.Plugin.iOS.ShareImplementation,...
I've been scratching my head on below error when I started using https://github.com/jguertl/SharePlugin: Could not load type Share.Forms.Plugin.iOS.ShareImplementation, Share.Forms.Plugin.iOS,...
View ArticleCreate share button
Hello, is there a way to create a "Share" button with Forms? I want to create this button that, when pressed, launches the classic intent chooser in Android (Image 1), the UIActivityViewController in...
View ArticleOverride/cancel pop when hardware back button pressed using NavigatePage
Is there anyway to achieve this? Thanks, Stuart
View ArticleCamera Capture using XLabs
Hi I'm trying to implement a camera capture using XLabs. I've follows the examples but there seems to only be part of the code necessary (unless there's a complete solution I'm missing on Github!?) I...
View ArticleXamarin Forms Labs Camera
How do I use the camera feature from xamarin forms labs? How do I implement the code and such?
View ArticleSecurity of Resources.resx and Build Action
Hello, I'm using a resx file in my application to store some keys that I want to keep hidden to users. Is there any way for users to read its content? (I've set Build Action as Embedded resource) Thank...
View ArticleNot able to install MailKit
Not able to install MailKit in my project. Install-Package : Could not install package 'MailKit 1.2.8.0'. You are trying to install this package into a project that targets...
View ArticleButton inside ListView
Hi all, I think I have found a possible bug on Xamarin Forms (android): when you add a button to a ListView ViewCell, the selectedItem binding property stops working on Android (it still works on iOS)....
View ArticleUpload a picture using Xamarin forms PCL project
Hai I have a task that i need to Upload a picture using Xamarin forms PCL project .Can Someone share the Source code
View ArticleHow to properly bind click event to a button in a ViewCell?
I have the following code snippet in an xaml file: <ListView x:Name="listView"> <ListView.ItemTemplate> <DataTemplate> <ViewCell> <Button Text="{Binding Name}"...
View ArticleAccordion List View
Hi, I've been working on a custom renderer to create an Accordion controller. So far I was successful using Xamarin Labs - EditableListView as reference. Here's how the code is so far for the custom...
View ArticleXamarin.Forms render picker like spinner in Android
Hello guys ! I am making an app using Xamarin.Forms and I am trying to make an picker to work as spinner like in Android but no idea how to make it. I tried to make a render control also. Here is my...
View ArticleOut of memory exception while debuging with android phon please help me to...
[GestureDetector] [Surface Touch Event] mSweepDown False, mLRSDCnt : -1 mTouchCnt : 3 mFalseSizeCnt:0 [Choreographer] Skipped 41 frames! The application may be doing too much work on its main thread....
View Articleimplement alarm in monodroid
i want to implement alarm in my application. but i really don't know how to do it. is there anyone to help me please? i used the following codes and after running this code i just see "i'm running " in...
View Article