Xamarin Forms + Maps
Hello, I'm getting errors which i don't know if are bugs or just my dumbness I create a new project (shared or portable, gets the same result). Try to add Xamarin.Forms.Maps to all projects, and get...
View ArticleListView.ItemAppearing works for a ViewCell but not triggered for a cell...
The ItemAppearing event for ListView is triggered for a ListView with ViewCell itemTemplate whose item template has not been rendered in iOS or Android but is not triggered when the ViewCell is...
View ArticleWinRT tablet/desktop doesn't always show TabbedPage TopAppBar on right...
I have a an app with a MasterDetailPage and a TabbedPage is set as Detail. On WinRT, the TopAppBar with the TabbedPage icons doesn't always show if I right click or swipe down from the top. I have to...
View ArticleChange and control device orientation programmatically in Xamarin.forms
Hi, Is there any cross-platform way to change/control device/UI orientation programmatically in Xamarin.forms ? Suppose i an writing a cross-platform app using Xamarin.forms where i have 2 pages. After...
View ArticleException in Navigation Bar Back Button
Hi Friends. I'm on android (iOS, no problem) I have a "navigation page" root page I do a pushAsync to open a child page. If I press the back button present in the navigation bar, I have this exception...
View ArticleMasterDetailPage Icon would not update correctly on rotation still happening
Hello, On XF 1.5.0.6446 release notes there is a bug that has been "fixed" but is still happening. Other Fixes [iOS] MasterDetailPage Icon would not update correctly on rotation I have a...
View ArticleHow to use and create Ellipse in OpenGL or OpenTK
Hello, I am new to OpenGL and as i have search for OpenGL i get to know OpenTK is API to use OpenGL in Xamarin. I am not sure how to start with OpenTK. I wanted to draw an ellipse with anti-aliasing in...
View ArticleNavigation.PopAsync(true) shows blank page
Hello everyone, i'm currently fighting with a very strange behavior on Android devices. My app is developed with Xamarin Forms and should be available on iOS and Android. I'm using a...
View ArticleGetting ViewCell content in ListView.ItemSelected
I'm having an issue with ListView in XAML. I try to achieve a ExpandableList with opening animation. For this I wanted to use a ListView and StackLayout. In the ItemSelected event, I would like to add...
View ArticleNotification to PCL when WiFi state changed?
Good afternoon everyone- I have a quick (hopefully) question regarding receiving a state change notification for WiFi connectivity. The simple version: How do I get notification in my PCL that WiFi...
View ArticleService crashes if there is no UI
That happens after a restart or after the user forces the app to stop. The service (intercept a sms) doesn't get called, but I get a message "App X has stopped". I know it doesn't get called because I...
View Article[Xamarin.iOS] Info.plist Edition problem on VS
I want to do something like what is in the following link (https://developer.xamarin.com/guides/ios/application_fundamentals/working_with_the_file_system/#Sharing_Files_with_the_User_through_iTunes)...
View ArticleCurrent state of Xamarin Forms under Windows
Hi, I already use Xamarin Forms for an iOS and Android project, and have had very good results with it, but now I am looking towards using it for another project. One thing that I've been meaning to...
View ArticleIs there anything similar to Android's Viewpager build into Xamarin Forms?
I've looked at this - https://forums.xamarin.com/discussion/26542/is-there-something-like-a-viewpager-for-for-xamarin-forms but didn't really get anything out of it. Is there an existing control or a...
View ArticleCarouselPage
Hi! When swiping between pages in the CarouselPage I cant get any event to fire when a page comes into view. Maybe its because I populate the pages programmatically with Children.Add(new...
View ArticleHard crash when changing accessibility settings
I could not reproduce this on a simple starter project, so this must be due to something I am doing in my application code but I have no idea where to look. I'm hoping someone could point me down the...
View ArticleXamarin Forms Admob plugin does not support AdMob for Android - what can I use?
Hi Folks, Does anyone know if AdMobBuddy is working well? If not- any suggestions for doing ads on Android in Xamarin Forms? Many thanks, Mike
View ArticleWait for Device.BeginInvokeOnMainThread
Hello, I have an interface IPicture which I uses on Android and iOS. I implemented with dependecy service a way to save a photo in device. Here is my code: using System; using...
View ArticleIs it possible to use UIKit?
Hello I was trying to use UIKit fron a shared xamarin forms project. However there is no such reference. I've tried "using UIKIt" "using Xamarin.Ios". How would I use an ios namespace like I can with...
View ArticleScrollView in Xaml
Im trying to make a page using xaml but I having some problems. I want it to have a buttom fixed at the top and a button fixed at the bottom and a scrollview in the middle where I can scroll between a...
View Article