OpenGLView Fill parent
Im having trouble getting my OpenGLView to fill its parent in Xamarin.Forms I tried searching forums etc without any luck. There gotta be someone out there who has solved this Best regards Christopher
View ArticleHow to add multiple contents to a scroll view
Hi, I am having two grids and a web view in my page. How to add these contents in to a scroll view so that user can scroll down to see the contents. Thanks
View ArticleDevice.StartTimer does not invoke callback method.
Hey Guys, I am developing a cross platform poker app using xamarin and PCL. I'm using Profile78 for PCL. I want to write down some logic in PCL so that it can fetch data from server after every 5...
View ArticleOpen PDF in Android default PDF reader
Hi, I'm searching a way to open a PDF (stored in local) in the Android default PDF reader in Xamarin.Forms. I'm using a webview for iOS but WebViews on Android cannot open a local PDF. var browser =...
View ArticleFile upload functionality in Xamarin forms application
I have made a razor page with controls to save certain values of job seekers. And I need to add resume uploading functionality to the mix. I have tried in vain to invoke another activity which has file...
View ArticleAnimation causing KeyNotFoundException: The given key was not present in the...
So I have pretty consistently had issues calling animations from non ui-threads generating this exception. {System.Collections.Generic.KeyNotFoundException: The given key was not present in the...
View ArticleCustom Page Transitions with Xamarin.Forms?
Is it possible to override the default Page Transitions for Xamarin.Forms when calling PushAsync or PushModalAsync? For example, I would like to have slide or fade transitions for Android. I have tried...
View ArticleAbsoluteLayout disable Touch Trapping for iOS
We are using an absolute layout to create a composite control where two buttons are relative to each other, but there is significant space in between. The buttons sit over a map. We want the user to be...
View ArticleScroll view - how to scroll to top Automatically ?
Hi, How to scroll to top of the page automatically while clicking on the button? Thanks
View ArticleHow to add a Zip Library to my PCL project?
Hi Community, i want to add a Zip library to my pcl project to extract a zipfile. The app is ios only but i'm using an xamarin.form (pcl) for the great possibillities for interface design. When i will...
View ArticleCan't add dinamically layout to content of a scrollView
Hi! Basically I'm trying to dinamically add layouts to the content of a scrollView. I did an example code but it only works at the second click, for some reason it doesn't render the first layout...
View ArticleListview with small image gallery for each child
Hi everyone, as you can see from the attached step2 i have made a list view with an editor and a button, but now i have to make a small gallery to show every shot for the selected line in the listview...
View Articlex:FieldModifier
Hi, Is Xamarin.Forms going to support x:FieldModifier to generate publicly accessible ui element fields? To put my question in a context: I'm trying to use Xamarin.Forms with XAML from F#. Because...
View ArticleForcing camera to be in landscape and adding overlay
I have a Xamarin.Forms project targeting both iOS and Android (no WP8). I have a view that is used to take a picture of a check and upload that image, much like most banking apps. I need to do a few...
View ArticleXamarin Studio not creating android app archive
Hi All I have a scenario where I cannot publish my android app. I have followed all the instructions on how to publish and sign an app however when I "Archive for publishing", the app is not listed in...
View ArticleAndroid Keyboard to display all caps
Hi, Need some help on xamarin forms android. I have an entry and when I focus on entry it will show keyboard will all caps only. (Capslock) Thanks
View ArticleRecyclerView. Missed views or zero frame.
Hello! I'm working with optimization of ListView. I replaced the ListView to RecyclerView and implemented all needed abstract/virtual methods. Currently list of items is rendering and almost stuff is...
View ArticleVS2015 + PCL + Xamarin Updates -> lots of errors, XS working fine
Hi all, I've just updated my environment to work with the latest IOS 9 and xcode 7. This is not going as easy as I hoped.. First of all, I updated all at the same time (Xamarin Studio, Xcode and Visual...
View ArticleHow to get inner control of a frame by code in xamarin.forms
Hello All, I am facing a problem .I have created two Frame control ,one is frameContainer and second one in innerFrame. I have set innerFrame as the content of frameContainer.Now at the runtime i want...
View Article