Can I use Triggers from code?
Is there a way how I can use triggers from the code? I can't seem to find any examples. Basically I have some behaviors for my entries, and I want to trigger the Login Button's "IsVisible" property...
View ArticleI want to refresh my ListView on Button Click. Please help. :)
Error: 'xamarin.forms.ListView' does not contain definition for 'IsRefreshing' 'xamarin.forms.ListView' does not contain definition for 'IsPullToRefreshEnabled'
View ArticleHow to create ListView Long click in android xamarin
Hi, I have working on Long click on ListView Cell. In IOS i have create Renderer and inherit from ViewCellRenderer and create long click functionality using below code. public override UITableViewCell...
View ArticleBehavior issue
Good aftnernoon ladies and gents. My situation is as followed: - Portable project with a Custom Behavior in it. - Regular Xamarin project which has a reference to the Portable project in the Shared...
View ArticleAndroid activity in PageRenderer
Hi All, I creating cross-platform application which using camera to take shots, to call a camera activity I using page renderer, as folows: public class CameraPageRenderer : PageRenderer { const int...
View ArticleTableview size/remove bottom "border"
I have a Tableview in a StackLayout with a ListView after it and there is always a gray space between the two. The Tableview is a form that causes the Listview to be filled with results when populated....
View ArticlePush page into navigation from Page Renderer
Hello guys, I've implemented an Page Renderer for iOS so I could use device's camera. When the user presses the take photo button should be opened another page by pushing to the navigation stack, but...
View Articleconnectivity plugin
@JamesMontemagno Hi! I've a problem with your connectivity plugin. I write this code: if(CrossConnectivity.Current.IsConnected == false){ await DisplayAlert("Connessione", "Connessione non presente",...
View ArticleTransparent Page when using PopModalAsync?
Trying to have a modal popover displayed with a transparent background. I've set the Page BackgroundColor, the Content BackgroundColor and any nested children BackgroundColor to Transparent, but there...
View Article[XLabs 2.0.5713-pre4] MediaPicker causing System.MissingMethodException in...
Hey all- I'm running into an issue with the MediaPicker on Android. To preface it, I've tried the solutions at...
View ArticleRead image sizes
Does anyone have a way to get images sizes cross platform even if it be via Dependency Injection. I'm currently using the Media plugin to get a Stream containing the image.
View ArticleAny tools for preview XAML design for Xamarin.Forms for ios app?
Hi, XAML in Xamarin forms is without designer. Can you please share ways for preview or there is one approach see result on simulator after build only?
View ArticleAuto play video in WebView
Is there a way to auto play HTML video on pages loaded by WebView? URLs are not specific to a single website, so this would need to be global. Also, on iOS 9.2, I'm not getting any sound. Not sure if...
View ArticleCropping image in Android throwing out of Memory
I'm using the following code to crop an image in Android but whenever the image is over about size 1500x 1500 I get out of memory exceptions. I've set my max heap size to 1G, and in my manifest set the...
View ArticleAndroid Video Player using Xamarin.Forms
I am trying to get a video player working in my Xamarin.Forms app on Android. I have implemented the iOS version using a ScrollViewRenderer where I add the MPMoviePlayerController (code at bottom, file...
View ArticleiOS Entitlement error 90046
Hi there! I'm having an issue with Xamarin.Forms with iOS with the application loader. ERROR ITMS-90046: "Invalid Code SigningEntitlments. Your application bundle's signature contains code signing that...
View ArticleXamarin Forms Audio/ Video Player
hi, Is there any audio/video player available for Xamarin.Forms ?.
View ArticlePassword entries for windows phone looking different than normal entries.
The entries which have isPassword=true are looking different. The border for these entries is bold than normal entries. How do I get the same border for both type of entries?
View ArticleNavigation.PopAsync not freeing Page
I'm having a problem in a project where pages I pop from my Navigation controller aren't freed or collected by the GC on iOS. I eventually run out of memory and crash. I figured I had reference cycles...
View Article