WebView Zoom
Hi there, How can I enable pinch-and-zoom inside a WebView in Xamarin.Forms? It was easy enough using UIWebView in iOS. Thanks. Mike
View ArticleCustomise MasterDetailPage cells
Hello everybody, I'm working on customize the background and textcolor of an item selected in the menu in a masterDetailPage and I'm running out of solutions. I want to change the text color of the...
View ArticleHow to instantiate a Xamarin.Mobile.MediaPicker from Xamarin Forms ContentPage
I'm working on a proof of concept with Xamarin Forms and need some help with the following issue. I need to select an image from the photo gallery and it appears that I can't do it with a Xamarin Forms...
View ArticleVisual Design of MasterDetailPage
I'm noticing that on iOS the MasterDetailPage looks different than I'd expect on small form factor. It appears that the page I've set to be the Detail hangs over a bit on the right hand side of the...
View Article[iOS] How can I hide navigation bar while using Xamarin.Forms?
I tried the following but it didn't work: // In page protected override void OnAppearing () { base.OnAppearing (); DependencyService.Get<INavigationBarToggler> ().HideNavigation (this); } Then in...
View Articledisplaying the native ios person picker
I just filed this bug : https://bugzilla.xamarin.com/show_bug.cgi?id=33438 Anybody know if it`s a bug, or if i am not doing the ios person picker thing correctly ?
View ArticleXamarin Forms with Sqlite One to Many Relationship
Hi there, I'm currently making an app that need to store and get data to and from a sqlite database. The two Nudget i'm currently using are Sqlite pcl and SQLite-Net Extensions. `[Table("patient")]...
View ArticleSignature Pad for Xamarin.Forms
https://nuget.org/packages/Acr.XamForms.SignaturePad/ https://github.com/aritchie/acr-xamarin-forms
View ArticleiOS WebView doesn't resize Width on device rotation.
When I drop a WebView into a view, I'm having an issue whereby when I rotate the device, the WebView stays the same width as it was initially. note: I always start out vertical, so rotating horizontal...
View ArticleGridView in Xamarin Forms
Hi, are there any plans on including a GridView in Xamarin Forms? Thanks
View ArticleUnable to use WCF within Android app
I receive the following exception when attempting to invoke a WCF service within my Droid project: "Operation is not valid due to the current state of the object" I am not sure what I am doing wrong....
View ArticleSet a boolean property (in ViewModel) to false when a SearchBox looses its...
Hi, I am using MVVM, and I want to put a boolean property (IsSearchBoxFocused) to false, when a SearchBox looses its focus. Would it be possible to do this with Triggers? How could I do this avoiding...
View ArticleHow to implement Custom Render for Picker in Xamarin Forms to look like...
Hi, I want to implement custom renders for 'picker', so that it looks like the spinner in Andoid in Xamarin Form, so please anyone can help me..thanks
View ArticleScrollView returns to begging on TranslateTo
Well when I call TranslateTo an scrollview on XamarinForms it's both ScrollX and ScrollY becomes 0, which is very annoying for me because our layout design needs that kind of animation. Anyone has any...
View ArticleTrouble with ActivityIndicator
Hi, I have a simple scenario: a search button is clicked, an ActivityIndicator is shown, a REST call executed, the spinner is hidden. I verified that the indicator is displayed correctly in my XAML...
View ArticleBarTextColor on NavigationPage doesn't work on Android
Hi, When I'm using Xamarin Android Player with the Nexus 5 Kitkat for debugging, the following code works. When I'm using Xamarin Android Player with the Nexus 5 Lollipop for debugging, the following...
View ArticleChanging TabbedPage Tab Colors on Android
I cant for the life of me find out how to change the TabbedPage Tab Colors on Forms 1.4+ using an implicit style in code. I can set the BarBackgroundColor on a NavigationPage but the same options dont...
View ArticleAndroid UI
Hi there! I'm wondering why the tabbedPage on Android doesn't use the new support library Toolbar, I see all tabs on Android supporting swipe shown here The same goes to MasterDetail to the new...
View ArticleImage not shown
Hallo Xamarin, I have a Listview in xamarin.forms xaml with a image in every listitem. The imagesource is a url. In the begin everything was working after 2 days no images where shown. After i change...
View ArticleToolbarItem overflow menu on iOS?
Hello, when i set the Order property of a ToolbarItem to "Secondary" it is displayed in the overflow menu on Android and WinPhone, but on iOS it is displayed in a new toolbar which is alsways visible....
View Article