iOS 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 ArticleBuilding errors after update to Xamarin.Forms2
Please help! I just updated to Xamarin.Forms 2 a solution with three projects: - Portable library - Android project - iOS project After updating my solution is giving me 271 errors when I build: In...
View ArticleTabbedPage inside Sidebar Navigation causes tab selection problems
Hi. I'm using a TabbedPage inside the Sidebar Navigation component from Jack Dehlin. Unfortunately the tab bar items only recognize long press gestures and no short taps. Does anyone know this problem...
View ArticleHow to create complex bindings?
I'm setting up DataTemplate for ListView. It's easy to create a binding for a single property. For example: listView.ItemTemplate = new DataTemplate(() => { var cell = new TextCell();...
View ArticleCustom ListGroupHeader
Could you anyone suggest how to display variant GroupHeader cells... Suppose, if we had value of a "C" as "ABC" then I need to show three label cell... Otherwise show a cell with 2 images.
View ArticleGC.Collect() in my Xamarin Forms project
Hello, I have a problem trying to implement GC.Collect() in my Xamarin Forms project What i exactly did is: 1-Create a new file in my android project: android-environment.sh 2-Add...
View ArticleIf click on Entry to hide the Keyboard when click on image to show keyboard?
If click on Entry to hide the Keyboard when click on image to show keyboard? Working fine in Android but I have a problem in iOS and Windows.
View ArticleError when building sln: Cannot copy "Xamarin.Forms.Core.dll" to bin
I get all these timeouts when I attempt to build my solution: Error Could not copy "C:\Users\my_user_name\Documents\Visual Studio...
View ArticleList of published Xamarin.Forms apps?
Is there a list of some known Xamarin.Forms apps that are published that we can look at and reference as good examples of what can be done using Xamarin.Forms on multiple platforms? If not, maybe this...
View ArticleText Input Popup Dialog in Xamarin.Forms?
Is there a way to make custom pop up views in Forms? Or at the very least, display a simple label + input box?
View ArticlePrism and Navigation
Hello! I would like to use Prism.Forms in my app. I can register Container.RegisterTypeForNavigation<Page1, Page1ViewModel>(); for navigation. But I cant find how to use cache during navigation....
View ArticleDLToolkit PageFactory - simple MVVM for Xamarin.Forms (github)
DLToolkit.PageFactory for Xamarin.Forms The main reason for creation of PageFactory was that I needed very simple to use library which would free me from implementing the same things for any...
View ArticleUpdating to Forms 2.0.0 throws Layout cycle detected. Layout could not...
Updating to Forms 2.0.0 throws Layout cycle detected. Layout could not complete exception in WindowsPhone and WinRT. In Android and iOS, I dont experience any crash, but it makes a strange behavior to...
View ArticleUpdating to Forms 2.0.0 throws Layout cycle detected. Layout could not...
Updating to Forms 2.0.0 throws Layout cycle detected. Layout could not complete exception in WindowsPhone and WinRT. In Android and iOS, I dont experience any crash, but it makes a strange behavior to...
View Articlesliding images with pagination
Hi, Anyone has an idea how to implement a sliding images with pagination Like they have highlighted with Page Contols...
View ArticleSQLite.net extensions in a shared project
Ive searched pretty extensively and come across some posts which do not seem to address what I am experiencing but I'll try to step through what I have encountered. I have a Xamarin forms app using...
View Articleexternal authentication with Oauth using OAuth2Authenticator results in...
Hello, I'm working on an app where I will hit my own backend (aspnet webapi) for authentication, using facebook, google etc. I'm testing against a default webapi project to get goinh, but ran into an...
View ArticleBuild not longer works after update to 2.0
Hello guys, My build will not work after updating Forms. The following error occurs: E:\App\MyApp\Droid\obj\Debug\resourcecache\486B225B82AB1EC110D07DE9C1008B62\res\values-v23\values-v23.xml(0,0):...
View ArticlePersisting data locally (Device cache)
Hi, Is there a way how you can persist some trivial data locally, such as personId or cartvalue so that when the app is switched off, the value can be retrieved again? I have been playing around with...
View ArticleException thrown when instantiating a Map in Xamarin.Forms 2.0 on Android
After upgrading my Xamarin.Forms 1.5.2 project to Xamarin.Forms 2.0.0.6484, I keep getting the following exception whenever I try to access a page with a Xamarin.Forms Map instance. See below. I have...
View Article