ContentPage cached im memory?
Hi, I got a Xamarin Project with currently only Windows Phone. I got a ContentPage that calls another ContentPage via Navigation.PushModalAsync(new ResultPage(result)); The ResultPage loads some Data...
View ArticleSearch Bar OR Autocomplete for Xamarin Forms
Hi all, We are working on sample application (using Xamarin forms with MVVM Pattern Logic ). One of our requirement is to type a text in AutoComplete Control and populate the data based on the typed...
View ArticleHide Android Title Bar With Xamarin Forms
Does anyone know of a way to hide the Android Title Bar in a Xamarin Forms PCL Solution? I've scoured the forums and tried everything I could find, but nothing works. One forum post said that it hasn't...
View ArticleXamarin.Forms 1.3.3-pre3 Released
Xamarin.Forms 1.3.3-pre3 Notes Bug Fixes Bug 21606 - Page Title not updating when set in OnAppearing() Method the second time page is displayed. (iOS) Xamarin.Forms 1.3.3-pre2 Notes Bug Fixes [Android]...
View ArticleCenter page title in navigation
I want to show the page title or a logotype (depending on what page) centered in the top navigation area (like in the attached picture). ToolbarItems only seem to place things to the right. And setting...
View ArticleDifference between Font="Small" and FontSize="Small"
Hi, I am in the process of migrating an older Xamarin.Forms app to start using global resources and I have run into an issue. There seems to be a difference between defining font sizes. Font="Small"...
View ArticleChat conversation view using xamarin forms
Hi, I am searching for chat conversation view with bubble cells using xamarin forms. found this link https://github.com/EgorBo/CrossChat-Xamarin.Forms even though it is useful but its more of custom...
View ArticleRelativeLayout Alignment
I am trying to do a bottom right alignment with a label on a relative layout Label status = new Label{ Text = "status", TextColor = Color.White }; rlFront.Children.Add (status,...
View ArticleNavigation.PopAsync threading...
Hello, is Navigation.PopAsync() require BeginInvokeOnMainThread if being called from a separate thread? For example from a WebService ASync Completed event? void _ws_VerifyUserCompleted(object sender,...
View ArticleERROR mView == null
I debug my app and Exception is not active, my not crash, and i see application onpute and one line sendUserActionEvent() mView == null, how fix ?
View ArticleSerializing XF Map data
The application ( XF/Android) I am building would benefit from being able to load a map stored on the phone. Can XF map objects be serialized, and if not is this a planned capability? This isn't just...
View ArticleHow to prevent succeding events from firing - like e.Canel in VS?
I have Buttons in an ListView ItemTemplate. I have events on Button.Clicked and ListView.ItemSelected. When button is clicked, the ItemSelected event is also firing after Button.Clicked event. How do I...
View ArticleANDROID: Accessing Android.Content.Res.Resources.OpenRawResource() in a...
I am trying to open a Raw resource from within a Dependency service. How do I get access to Android.Content.Res.Resources.OpenRawResource() ?
View ArticleAdding text and images to the banner?
Stupid question of the week: How do I add text and/or images and/or buttons to the banner (where the back button is)? In the image I've attached, I'd like to move "Buyer's Guide Field" and "Web Site"...
View ArticleTabbedPage Icons
I have killed many, many hours now trying to make icons appear for Tabbed Pages on iOS. According to all of the forum and blog posts I've seen this is supposed to be super simple. In fact my page is...
View ArticleBinding a command and a CommandParameter in the same view
Hello, I have an Entry and a Button. I want the command "CallWebServiceCommand" to be called when I press the button. The call to that command needs to include the url of the web service as a...
View ArticleNested grids performance / BoxView border
Hello! I got a page with a grid which contains oneimage and another grid which is divided into 5x6. In each cell i got another grid and a boxview. The reason for the need of another grid in each cell,...
View ArticleVoIP libraries
Anybody who had worked previously with VoIP, please suggest me libraries that can work in Xamarin Forms (Android, IOS). As i know, in Windows phones VoIP handling is build in ? ...right? Is there is...
View ArticleDetect newline pressed in Xamarin Forms Editor
Hello! I am using the Editor.TextChanged event to send individual keys to my server application. How can I detect if the latest character pressed was the newline char (Enter) ? To clarify, I am NOT...
View ArticleAX Exchange error on setting UIViewController canDisplayBannerAds true
I am getting thousands of these messages in iOS with Xamarin.Forms: AX Exchange error: Error Domain=Accessibility Code=0 "Remote service does not respond to _accessibilityMachPort" UserInfo=0x170860680...
View Article