Hard Tapping Issue in Xamarin Form 1.4.4.6392
We are facing issues with touch in our application after updating to latest Forms version 1.4.4.6392. Button/Images are difficult to tap. Any idea about the problem or any solution? I found following...
View ArticleVerticalOptions issue, alignment not correct...
Hello guys, I have a strange behavior on my XF app (on Android). I made a custom Xamarin Forms control (pretty simple). I Use it in a parent page and try to align it to the bottom of the page => so...
View ArticleXamarin Forms Android Image orientation changes after compress
I'm writing a Xamarin forms android application where I'm taking images from gallery. I want to upload those images to server, So I need byte[] from it. I'm scaling and compressing those images and...
View ArticleExceptions in Visual Studio with latest Xamarin
I just updated Xamarin to get some of the new features of the ListView control. Now when an unhandled exception is thrown instead of stopping at the exception with the exception detail window it just...
View ArticleHandling Back Button in Xamarin.Forms ?
How can I load or navigate to a new page when the OnBackButtonPressed() method is called in Xamarin.Forms ?
View ArticleA Missing Method Exception
A created a new Xamarin Forms project for Android project and changed nothing. And when i debug it in a android simulator, the app get an error before entering onCreate method. I checked the stack...
View ArticleCan you have dynamic cell heights with either the ListView or TableView views?
Can you have dynamic cell heights with either the ListView or TableView views?
View ArticleiOS File Association in Xamarin Forms application?
Hello guys, hopeyfully this is the correct forum for my request. I am working on a Xamarin Forms application. Now I want to implement File Association for the iOS App for PDF and png files. Therefore I...
View ArticleI need to wait in a PCL. How can I do it?
The user pressed a button. I want to: DoSomething(); Wait(5 seconds) DoSomethingElse(); Task.Delay is not working for me because I'm not in an async function. There doesn't seem to be any...
View Articleupdate progress bar from ios?
Hi, i've been writing an app for ios using xamarin.forms. In this app i am accessing an sql server and loading a hugh amount of data into a datatable. After that i will push it into an sqlite database....
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 ArticleOpenGLView
Hi, I was wondering how the Xamarin.Forms.OpenGLView is supposed to be used. http://developer.xamarin.com/guides/cross-platform/xamarin-forms/controls/ mentions it without providing a lot of details...
View ArticleAndroid Tabbed Page don't work
I have following Problem. I created a Tabbed Page which works finde on iOS but on Android it don't show the tabs on the upper bar as usual. I Create it like this var page1 = new Page1(); var page2 =...
View ArticleSet font size in Xamarin.Forms
How can I set font size (e.g. in case of label) in Xamarin.Forms? Te be more generic: how to use fonts, as they are different on different platforms. Thanks!
View ArticleNeed help to create StackLayout menu
How can I create menu for this template? That's how I tried:) Button btn1= new Button() { Text="Button 1", HorizontalOptions = LayoutOptions.FillAndExpand, }; Button btn2= new Button() { Text="Button...
View ArticleHow to acheive page orientation using custom renderer?
Hi, I have to set page specific orientation. How to achieve this using renderers? Please help. Thanks
View ArticleNot able to find good code snippet for getting current device location using...
Hi I am searching for small code snippet demo for getting current device location . I tried follwoing code . using PerpetualEngine.Location; //add package Button btn = new Button () { Text="SHow Loc",...
View ArticleProblem with ItemAppearing event in ListView
I'm trying to do dynamic data load in ListView when scrolling to the end. For this, I use the event ItemAppearing. The problem is that when I first add data ItemSource, the event ItemAppearing is...
View ArticleAdding WatchKit to Xamarin Forms app not working
I've followed the instructions here to add a WatchKit Extension and App to my Xamarin Forms project. I have also double- and triple-checked that the various Ids are matched up properly. However when I...
View ArticleHow to hide iOS Back Button?
How can i hide the iOS Back Button with Xamarin Forms? When going from a Login Page to Home Page.
View Article