[android] < image > doesn't load on second page after loading on first.
We have a logo on the first (splashscreen) page with < Image Source="logo" / > After "SetPage()" to the next login page that same logo on the login page does not show up half the time. It is the...
View ArticleAccess StackLayout in platform PageRenderer?
I'm using a custom PageRenderer to add some native stuff to a Page. I have the page setup in the PCL (Forms) project with an image and a StackLayout. Is there a way I can access the StackLayout and add...
View ArticleMeasurement units on different platforms
Hi! Can't find any documation regarding units used on different platforms. Is there any API? Is there any documentation? Thank you!
View ArticleImageButton Orientation not working (Labs)
The following places the image to the left of the text on IOS: var button = new ImageButton() { ImageHeightRequest = 50, ImageWidthRequest = 50, Orientation = ImageOrientation.ImageOnTop, Image =...
View ArticleImage Sliding with Button click event
Hi All, I want to create an image sliding view with button click events on both left and right sides(in iOS)..can any one help out
View ArticleKeyboard is not raised after focused event override
Hi, i wanted to change the text of an entry before user starts to type. My code blocked keyboard to raise. User needs to touch again to entry to focus and see the keyboard. Thanks in advance....
View ArticleSimple grid with stack layout don't work in xaml, works in code
Hi everyone! I'm new at Xamarin.Forms. I want to create simple grid with 3 rows, and 1 column. Grid row 1 should contain stack layout with text (and other staff later) and should be centered on the...
View ArticleWhy has CalenderView from Xamarin.Forms.Labs not been fully merged into Nuget...
So I have set up my CalenderView Object in xaml like so: <controls:CalendarView/> Which works and looking at the Xamarin.Forms.Labs source file here I can see all the bindable properties so I...
View ArticleIs there a way of checking if an Image or a Visual Element appears on the screen
I have several horizontal scrollviews with a lot of images that are loaded from the web. Is there a way te check if a image appears on the screen, so I can load the image at that time. Now all the...
View ArticleListView does not render immediately in Android
I have a button on a page which when clicked calls a method which does return new NavigationPage(new StadanPage()) This StadanPage constructor, whose class inherits from ContentPage, looks like this:...
View ArticleError when navigating away from a page with a map on Android
While testing an Android application that contains a couple of Entry textboxes and a map with geolocation enabled, I found that if I clicked the back button on Android while the on-screen keyboard was...
View ArticleListView item selection on WinPhone
I have two list views contained in a scroll view: class StadanPage : ContentPage { public StadanPage () { Title = "Staðan"; Icon = "home.png"; var accountListView = new AccountListView (); var...
View ArticleA WebView that is on a NavigationPage, if I navigate back the Android Player...
Hello I have a ContentPage on a NavigationPage, on that ContentPage I have a Button if I click this, I navigate to a second ContentPage with a WebView on it. Till here everything works fine but if I...
View ArticleBorder on Custom Control
Hi, I'm creating a custom panel which is derived from the Layout and it's children is added with a custom control derived from ContentControl (ContentView) in this case the content = label . Public...
View Article.EndAndExpand is aligning with end of stack above
I am trying to create a simple ViewCell for displaying basic file information. To the left is an icon depicting the type of file. On top is the file name and below the filename is a date (should be at...
View ArticleHow to access the Master page in the Detail page with Xamarin Forms
I'm using the Master Page in Xamarin Forms and I need to access the the Master page from a button click on the Detail page. Anyone know how to handle that?
View ArticleCalling Navigation.PushAsync in property
I have a view of list of dates. The listview is bound to a collection of dates in view model. I want to push to new view model as soon as the user selects a date. So the listview's selectedItem is...
View ArticleHow to update underlying TabbedPage from a Modal on pop?
Hi, so I have a Tabbed page, 1 of those tabs has a ListView page. Top right I have a toolbar that pushes a Modal which is a completely different page. I want to do an action on that Modal, which will...
View ArticlePush notifications and xamarin forms
Hi, Bit of a head scratcher here. My app requires push notifications which I know aren't in Xam forms, so I've written the interface and the [assembly:] bit in the iOS and Android parts and done...
View ArticleVideos on web view element
Can the WebView element be used for playing vimeo or youtube videos? It is not working and I don't know if it is because I am doing something wrong or because it is just not supported.
View Article