Closing operation fot Xlabs MediaPicker
Hi! I use TakePhotoAsync function of IMediaPicker from Xlabs. How could I stop the task, not using back button\ok? I don't see any cancelation token as a parameter.
View ArticleStylized "button"
I started working with Unity and am looking at possibly switching over to Xamarin. Over the past few days I've been trying to get orientated in how Xamarin does things and it seems it's completely...
View ArticleIssue with WebView and orientation change
Hi, I have a strange issue: I created a simple WebView which is added to the center of a relative layout. My view code looks like this: var htmlTest = new WebView { Source = new HtmlWebViewSource() {...
View ArticleWP 8.1: Deploy error: Package could not be registered (after update from 8.0)
Hi all Unfortunately, I have a vital problem. I have updated my app (based on 1.4.4 stable) from WP 8.0 to WP 8.1 Silverlight. After doing that, I had no problems to debug/deploy my app to the...
View ArticleChange the ListView's item template depending a condition on Model
ListView list = new ListView { Style = Styles.DefaultList }; listView.SetBinding (ItemsView.ItemsSourceProperty, "MenuItems"); listView.SetBinding (ItemsView.ItemTemplateProperty, "MenuItems",...
View ArticleData bind Button.CommandParameterProperty to Entry.Text in Code Behind
Hi Please translate the following (from https://forums.xamarin.com/discussion/43904/how-to-pass-multiple-parameters-using-command-interface) <StackLayout x:Name="entryForm" > <Entry...
View ArticleUsing Xamarin.Forms.Maps for offline use?
Hello Is it possible to use Xamarin.forms.maps for offline use? and if it is, any documentation on it? Else if I wanna add OsmSharp to Xamarin.forms, how do i make custom renderer, that renders Map...
View ArticleObservableCollection doesn't seem to be updating the list view
Hi, I have a small app that displays the values from some iBeacons (estimote ones). The platform app is picking up the tag information and will output them in the Xam.Forms based UI. When the RSSI...
View ArticleCreate custom Button
Hi there, I'm currently struggling with making a custom button for my App. I am suppose to create a button with 2 sections: Icon Image + Text/Detail (Changeable due to binding). My current approach is...
View ArticleOn iOS, can I set the StatusBar text color independently of the...
I have a Xamarin.Forms app I've been working on and I can't seem to set the colors as I'd like on iOS. I'm using a NavigationPage as the main page of the app with a normal content page inside of it....
View ArticleAny way to show a "Badge" on a Cart Image in the Navigation Toolbar?
Hi there, I've read previous discussions on this, but most are at least a year old. Is there any update on a way to do this in Xamarin Forms? The only alternative I've found is to create prerendered...
View ArticleListViews - loses click action
Hello, Of I would like assistance with the following problem: I have a ListView where there are several lines being listed. By clicking on a line, it triggered one Navigation.PushAsync action, going to...
View ArticleGoogleMap Marker icon issue in renderer
I'm making renderers in my project, so that the PinType enum will actually have an effect by changing the color of the pins. But whenever I use a non-default icon for the native Marker, it draws as the...
View ArticleCould not locate the IOs 9 SDK usr path at ... and Error Executing task...
I'm getting some errors when trying to build my IOs app on a MacBook using Xamarin Studio. Both errors are indicating an issue with the Xamarin.IOs.Common.Targets file. I recently installed Xamarin.iOS...
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 Articlegrid column and cells
Hello colleagues. I'm making a billing application, I need to create a grid with several columns, I'm trying to do it with a list view but I can not add columns, any advice on how I can do? Example:...
View ArticleGridView with ItemsSource?
Are there any plans to implement the Grid with an ItemSource property?
View ArticleXamarin Forms GridView
Hello everybody ! I'm looking for a GridView component in Xamarin Forms (not a Grid layout), is it possible ? If not, can I use a ListView and modify it to appear as a GridView ? Thanks in advance
View ArticleApp not starting on iPhone 6 (iOS 9.0.1)
Hello, I have developed an app, using Xamarin.Forms. The app runs great on iOS 7,8,9 on iPhone 4/5s/5c hardware - and fwiw Android 4.2.2 +, loving Xamarin.Forms! The issue I am having is that when the...
View ArticleAttribute "circleCrop" has already been defined (APT0000) common_attrs.xml...
I upgraded from Xamarin.Forms.Maps 1.4.0.0 to 1.5.0.6447. My solution contains several projects, including a lot of PCLs, two Android, and two iOS projects. Everything was building fine before the...
View Article