I have problem with design
Hi. I want to create a form like in posted image with Xamarin.Forms. And there is a one think to do. This element are clickable. I must open new page after click on each item. . How i can do it. Please...
View ArticleHow to make buttons in the stacklayout to be sized equaly
The idea is pretty much simple. There is some StackLayout. Buttons are added to it. All buttons should occupy the whole space but at the same time each button should have same size as others. I tried...
View ArticleOpenGLView Crashing
Hello, I am attempting to evaluate Xamarin Forms. One of the main parts I need to work with is the OpenGLView. Currently I have been unable to get it working in the Android simulator. I have both added...
View ArticleProblem with ImageSource on Xamarin.Android
I'm having trouble loading an image dynamically using ImageSource. The following code is in a Xamarin.Forms shared project. It displays the appropriate image fine when run on iOS and WinPhone, but...
View ArticleDevice.StartTimer does not invoke callback method.
Hey Guys, I am developing a cross platform poker app using xamarin and PCL. I'm using Profile78 for PCL. I want to write down some logic in PCL so that it can fetch data from server after every 5...
View ArticleWhat is the best way to do cross platform styling?
I've never used Pixate before, but after reading about a bug that will not be fixed anytime soon, I suppose that I shouldn't even start going down that path. What's the best way to style my buttons and...
View ArticleScroll/Zoom events for Map
I need to be able to tell when user is scrolling or zooming the map. PropertyChanged and PropertyChanging seem to fire at the same time. Are there other options for me?
View Articlelistview item bug?
Why line listview item can not be closed, the left is always less part of it, on the right is correct? xamarin.froms 1.2.2.6243
View ArticleActionSheet customize title text color and set msg.
Hi, i am able to display Actionsheet using DisplayActionSheet but title is showing gry color in iOS. How can we customize title color to white and in Android title having 2 lines but it showing only...
View ArticlePopToRootAsync with Modal
Navigation.PopToRootAsync() throws and exception when the page on top of the stack is a modal. Is there any work around for this?
View ArticleHyperlinks?
I am writing a Xamarin.Forms app and I have all of my data bound to a XAML file. I have the label gesturecognizer all wired up, but I'm not sure how to actually code it to go to the website URL in the...
View ArticleScrollView view bounds and clipping bounds not consistent when stretched in...
I have a Grid for my page layout, and in one cell I have a FillAndExpand(H&V) ScrollView and enough content to scroll. When I set ScrollView.IsClippedToBounds to true, it clips at the Grid's (its...
View ArticleTelling Time With Xamarin.Forms and a login issue
Greetings, I'm currently working on developing an app with forms, and as such I want to pass a greeting to the user based on what time they access the app (good morning %user%, Good Afternoon %user%,...
View ArticleWhy use bugzilla if you are going to ignore posting there?
https://bugzilla.xamarin.com/show_bug.cgi?id=21632 Was posted 28th July 2014, I have had no feedback at all. Please respond as this was posted because you had ignored my earlier forum post! I WILL...
View ArticleForms2Native on WindowsPhone?
Hi, I am developing an app on all 3 platforms but have a page I need to render native on Windows Phone (pure XAML stuff). The sample app on GitHub has an implementation for creating a page natively on...
View ArticleXamarin.Forms WebView Control in Windows Phone missing properties and events
Hi, I am using the WebView control in my App but it does not have a property to enable JavaScript (the corresponding native WebBrowser control has a IsScriptEnabled for the same). Also, the native...
View ArticleListView.ItemTapped not working when GroupHeaderTemplate is set in custom...
Hi everyone Firstly, thank you very much for the greate work you do. Xamarin form is definitly the best approach for cross platform development I have seen yet! I try to create an application with a...
View ArticleLoading Html content with resources doesn't work on windows phone
Hey everybody, I'm trying to load a local html base url with resources I mean images, js and css in windows phone platform. I've already done it on Android and iOS on my mac and it works pretty well....
View ArticleHow to reduce top and bottom padding for a custom bordered button?
I've managed to add left and right padding to my custom bordered button. The code is as below: [assembly: ExportRenderer (typeof (BorderedButton), typeof (BorderedButtonRenderer))] namespace...
View ArticleDisposing custom renderer with only the UIViewController
I'm using Xamarin.Forms in an existing Xamarin.iOS project with a UINavigationController. When popping the controller, the custom renderer is never invoked. When using the custom renderer in a...
View Article