Filpping screen on iOS/WebView
Hi, I am using customized WebView in my iOS project. Flipping screen, changes controls layout and WebView(also UIWebView) size. However, WebView content won't change, never follows the screen...
View ArticleStyling entry control
im have problems styling an entry box. The following is my xaml: Label TextColor="{x:Static helpers:Colors.LabelTextColor}" Text="Quoted:" VerticalOptions="Center"/> Entry BackgroundColor="{x:Static...
View ArticleAndroid - Xamarin.Forms.NavigationProxy.set_Inner - object reference error
Hi all, I'm new to Xamarin, and I think the Xamarin.Forms idea is amazing. I'm really enjoying working in this framework. I have a question, though. My android code keeps throwing this error in the...
View ArticleReset Webview
Hi all, I have a tabbed page layout. The problem I have is that each pages loads a new webview. I would like it so that when you click on the icon/title at the bottom it can reset the webview to the...
View ArticleViewTracker_AttachTracker
Hi, I am using xamarin forms within xamarin android project. Recently after updating my xamarin to current version (Xamarin studio 5.2.1), my previously working project stopped working. The error I am...
View ArticleXamarin forms labs on xamarin forms
I've been having trouble using a lot of xamarin forms labs functions and then I realized that it is only v1.1.0 and that's the latest one in nuget but not in github. So how would I be able to upload...
View ArticlePage loaded event?
Is there a good way to make your own page loaded event. I'm having an issue on android where if I build a table dynamically before the page is fully loaded (displayed) on the device that as you scroll,...
View ArticleWidth and Height for Modal in Xamarin.Forms
From one of the pages of my app im calling another page in a modal. <?xml version="1.0" encoding="UTF-8"?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"...
View ArticleHow to convert decimal to currency string while setBinding()?
"Price" has type decimal, e.g. Price is 1.02. But what I want for the priceBtn's Text to display is $1.02, so I tried the code below: priceBtn.SetBinding(Button.TextProperty, new Binding("Price",...
View ArticleSetting the corner radius for Xamarin.forms controls
how can I set the corner radius for xamarin.forms controls, for ioS setting the corner radius is just setting the property like wise is there any property to set for the xamarain.forms controls to have...
View ArticleThere is no tapped event on the Image control (or much else for that matter!)...
I need to handle a simple tap event on an image...which the command will then send the user through to the next page. How bet to do this, seems so simple? Thanks Stuart
View ArticleProblems with Picker/Titles in WP-Emulator
Hi all In my project (based on template “Blank App (Xamarin.forms Shared)” I have a page with Pickers and Title. Installed version of Xamarin.Forms: 1.2.2.6243 In iOS and Android the Title to the...
View ArticleHow Does Navigation i xamarin.forms Works???
Hi All, As I am using xamarin.forms for my application in android which I have to navigate from one page to another. My question is, if navigating from one page to another page adds it to the...
View ArticleNavigationPage and pages information.
Hello I am new to Xamarin.Forms... I just have one easy question -I guess-... Ok, once you add your pages (ContentPages if you want) to the NavigationPage, how do you reuse/ use the same page with...
View ArticleView/Page Animation from left to right
Hi, have to implement View/Page Animation from left to right using Animation class?
View ArticlePage navigation from right to left
Hi, in my application i am using PushAsyncModel and PopAsyncModel for page navigation but page animation is displaying from bottom top and top to bottom respectively. Is there any other option to...
View ArticleCarouselPage swipe event
Hello. I'm trying to catch a swipe event on a carouselPage. I can't find anything on this in the documentation, so i'm trying to make a workaround where i catch a change event on "CurrentPage". private...
View ArticleXamarin Forms in Android too Slow
Im developing an application with xamarin forms and im having performance issues with the android version. In iOS is working fine but when i run the application in android im getting this log:...
View ArticleHow can we center text in a label?
I just need to be able to center text in a label. How can this be done?
View Article