Incompatible Framework MonoTouch version 1.0
Hello everybody, I've found a binded objective c library (paypal) and I've tried to integrate it into my Xamarin.Forms solution. Xamarin studio said that the library is not compatible. How can i solve...
View ArticleOdd ListView - PushModalAsync/PopModalAsync behaviour?
This is mind boggling... I have a listview with some code attached to listView.ItemSeleected handler: listView.ItemSelected += async (sender, e) => { var option = (Option)e.SelectedItem; await...
View ArticleChange "theme" color of Datepicker/Picker Android
Hi, I'd like to change "theme" color of pickers in shared Xamarin Forms project (On Android). I set custom theme in Android project, but it doesn't have any effect on Xamarin Forms Pickers. Thank you...
View ArticleAndroid Emulator
Suddenly, my Android emulator takes up the whole screen, with gray on either side of the emulator itself. Suggestions?
View ArticleHow do I show a form sheet using an custom iOS renderer?
Hi, This has been asked before, but I couldn't find a good match for my needs! I am using the latest version of Xamarin Forms (1.4.0) and am trying to display a modal page as a FormSheet style on iOS...
View ArticleApply implicit style to all pages inherited from content pages
I have looked over the documentation and read up on implicit styles. I simply want all pages that inherit from ContentPage to have the same background color. Here is what I am trying currently that is...
View ArticleHow to add navigation bar to iOS page opened from xamarin forms page?
Hi, I am using below code to access iOS page from Xamarin.Forms using dependency injection. Its rendering the required page, but navigation bar is not shown. How to add nav bar to the inserted iOS page...
View ArticleHow to get views to render correctly in custom view content pages?
creating my own custom content page, which is more or less like a tabbed page - the child pages work perfectly, I'm now stuck on the chrome bit.. you see I want to be able allow users of this page of...
View ArticleXamarin.Forms.View to Xamarin.ios.uiview
Hi Everbody; I have a problem about converting View to ui view. I made a project with xamarin forms. Now i must update this project. I have to use CarouselView but Xlabs.Forms.CarouselView is not...
View ArticleProblems with setting focus in iOS Xamarin forms shared projects
I'm trying to change focus from one entry to a different entry. When I tap in the first entry I have a focus in handler set the focus to the second entry. This works in Android but fails to move the...
View ArticleWebView shows a black blank Page on Android
Hello, i have made an xamarin.forms webview. The Content shows up corect on iOS. On Android the WebView shows a black blank Page. On Windows Phone it cames up with the error msg "Java Script is not...
View ArticleAdjust Z-Index of a view in AbsoluteLayout
I want to bring an overlay with a Label above contents in the page. This is what I have tried. `var pageContent = new AbsoluteLayout(); var content = new...
View ArticleImplementation of session and helpers
I want to implement session in xamarin form to pass the value from one page to another. and also want to implement the helper of session. Please give me a solution. how to pass a value from one page to...
View Articlewebview does not play video sound on iphone...
in xamarin.forms webview i have loaded an embeded youtube video the video is streaming but the only problem i have is that the audio is not working it shows visual video but no audio.....and it's only...
View ArticleTransition between Xaml page and Xamarin.iOS page
Hello, I need your valuable suggestion to choose perfect tool for my app development. Basically I choose Xamarin for cross platform app development for iOS, Android and WP. I have started with...
View ArticleAnyone know how to use ImageGallery in Xamarin Forms.Labs
Hey guys Can anyone give me any tips on how to use ImageGallery in Xamarin Forms Labs, I see the sample code with xml, but i need a in code example. I have tried a lot of different things but my pages...
View ArticleTabbedPage - can the tabs be pulled to the bottom in Android?
Is it possible to pull the tabs to the bottom of the view in Android?
View ArticleSmartest image "format" to share (Dependency service)
Hi. I am trying to send an image from Forms to iOS with dependency service to upload with the parse (parse.com) component. How can I send this? (From Forms to iOS) I need to find a common "format". I...
View ArticleUnable to run PCL on Mac after connecting it to Visual Studio on windows
Hi! I am connecting MacBook to Visual studio 2012 on my windows machine. I create a new xamarin.forms PCL but when I try to run it on iPhone simulator, i get the error that dll not found. Error 2...
View ArticleCross platform way to select photo from gallery?
Is the above even possible? I fear not, I have searched everywhere and fear I'm using the wrong terminology because I can't seem to find anything on this. If it's not possible, please can someone point...
View Article