Xamarin Forms iOS Button Click Event is not Firing when the keyboard is open
Hi All, I have a login view with a UserName & Password field and a Login Button. While entering UserName & Password the keyboard opens and when i click login now, the click event is not getting...
View ArticleWhat would cause Java.Lang.OutofMemory exception after multiple PopAsync and...
I have a couple of pages with different information that is all driven from a GridLayout. After going to couple of different pages I get an Unhandled Exception. Java.Lang.OutOfMemoryError: Failed to...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleVS2015 stops debugger after iOS app is launched
I'm seeing this error at random times. When it starts happening, it happens consistently unless I restart VS. The issue is that when the app is launched, debugger stops with a message in the console:...
View ArticleThe problem about pushing message in my Xamarin.Forms project.
Hi,guys Er,A simple question. I want to push message in my Xamarin.Forms project(PCL).I find some people use Push Notification Plugin for Xamarin.It is clientside(android,ios,wp platforms) plugin. My...
View ArticleCross platform detect user inactivity.
Hi i have one settings based time that will automatically loggoff user. I want to reset this timer when user: Tap on screen Click on button Do something else (for this I know) How can I subscribe to...
View ArticleXamarin.Forms Apps Styling
Hi is there any out of box (even not official) app styling for Xamarin.Forms?
View ArticleMethod 'BindableObject.add_PropertyChanged' not found
Hi there, I recently switched from Xamarin Studio to Visual Studio, now that it's free. Since then though I'm having no luck debugging my application. Exception: System.MissingMethodException Error...
View ArticleDisplaying PDFs possibly Word/Excel docs in iOS?
I am trying to write a file to the local storage of the device, and then open and view it some how. I've tried to use a custom webview and rendering but so far no luck. Currently using Environment....
View ArticleAdd Monomac references in xamarin forms
Guys, Can i add the Monomac reference in xamarin forms i.e in App delegate. As i want to use in NSAppleEventManager in my project. Another solution is also welcome.
View ArticleNavigate to map and when I navigate back it crashes the app ???
Hey everyone..... I have a map icon in the toolbar on iOS and when I click on it I open a map like so.. Navigation.PushAsync(new PropertyMap(inspectionPackage.CustomerDetails)); The page shows fine and...
View ArticleXamarin.Forms Apps Styling
Hi, Is there any out of box (even not official) styling for Xamarin.Forms apps?
View ArticleXLabs - Error CS0117 'Resource.Attribute' does not contain a definition for ....
I am trying to update Xamarin.Forms from version="2.1.0.6529" to "2.2.0.31" After the nuget update I get a bunch of error from Xlabs in the Resource.Designer.cs Here are my packages <package...
View ArticleException AddPropertyChanged
Hi guys, I´m developing an app with Xamarin.Forms and I´m debugging in Android System . I have the problem that appears in the picture when I start the application and call the App file from Portable...
View ArticleNavigationPage, PushModalAsync and back button
Its a Xamarin Forms app that I'm testing in android. I have a tabbed page with a list item, when user clicks in list item I show a modal new page. Shomething like private void...
View ArticleSet two images to a button?
Hi, I'm trying to set two images in a button. something like SetCompoundDrawablesWithIntrinsicBounds for Android. But applied to Xamarin.Forms Can you help me? Thanks
View ArticleModenHttpClient issues
I am trying to use ModernHttpClient to replace the HttpClient. But I noticed some issues on Android and iOS platform. Not sure if I am not using them correctly and hope I can get some help here. The...
View ArticleBind a Command from list view itemTemplate (MenuItem)
Hi all, I have a list view, and I am using Xamarin Forms Content Actions functionality to add some swipe functionality. var moreAction = new MenuItem { Text = "Add Result", }; ContextActions.Add...
View ArticleHow to clear Navigation Stack on Windows phone
Hello, I am facing a problem with the Navigation Stack on Windows phone. I have a Main Menu Page which is root page in Navigation stack, from there I navigate to Page A --> Page B --> Page C. Now...
View ArticleLoad ResourceDictionary without App.xaml / App.xaml.cs structure
Hi, Our enterprise application has a lot of projects and we have derived types around Application, Activity, and AppDelegate, etc. We also have a core/custom split of resources (xml key/value pairs)...
View Article