Xamarin.Forms for Windows 8.1
Hi, our customer requires to extend our app for Windows 8.1 (MS Surface tablets). Do you have any plans to extend Xamarin.Forms for this platform? Thanks for info. Lukas
View ArticleStrange layout result on Android, correct result on iOS.
I'm using Forms with a xaml page that is defined as follows: <pages:BasePage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleWebview not workin in xamarin android app
I have tried to put webview in xaml form in xamarin studio.. used code from here https://developer.xamarin.com/recipes/android/controls/webview/load_a_web_page/... codes... WebView localWebView =...
View ArticleWindows Phone 8.1 Universal - does not adjust for on screen soft buttons
I'm having issues with the on screen soft buttons on some of the newer Windows Phone (Lumia 640 etc.). The soft buttons occlude the bottom portion of the screen. The on screen keyboard is fine - it...
View Articlehow to set image ios,android, windows? I am new to xamarin.forms ?
I am using this below code, and placed the hp.jpg in droid/resouces/drawable; ImagemyView/ and ind ios/resources , Can anyone send me a small working simple file where image is set in a layout....
View ArticleOnStart, OnSleep, and OnResume Are Not Getting Called
I created a new Blank Xamaring.Forms App called Test. I updated all packages, then changed the options in the Test.Droid project disabling the Use shared Mono runtime and settings the Supported ABIs to...
View ArticleListView Renderers
Hi everyone, I've made a sample App to test Xamarin.Forms ListView renderers because i've got some updating issues in a "production app" and i noticed something weird with bindings. I'm using...
View ArticleFormattedString needs Forms.Init()
Just noticed sometime in my 1.3 to 2.0 XF upgrade the XF.FormattedStringExtensions.ToAttributed() no longer works from say a background service or sync adapter as it needs Forms.Init() to function now....
View ArticleListView as Grouped in Xamarin.Forms
I am trying to implement Expandable List View in Xamarin.Forms, Since there is not inbuilt control, I am using simple List View and using it as Grouped. But I am not able find control of Header Tap...
View ArticleButton with Image again
Hi all I have some old (XF 1.5) project where I succesfully made working buttons with images (XAML) in PCL library shared with Droid and WP8.1 projects. Novadays I try to use this code in new...
View ArticleTabPage Title change throws NullPointerException
I am facing issues with TabPage when I try to append some data in title. Scenario as below .. From Search page -> Tabbed Page to display details . 2nd tab page, which has a list is updated...
View ArticleHow to get the Current Page Name in Tabbed Page
How to get the Current Page Name in Tabbed Page Scenario: 1. A tabbed Page Two Tabb's where Both refers to the same Content Page with Two instance I am trying to basically make IsVisible check while...
View ArticleConvert a Xamarin.Forms.DataTemplate to a System.Windows.DataTemplate
Any know if there is a relatively easy way to do this -- I cannot seem to find any information on it.
View ArticleGrouped ListView - can you detect when the group header is selected/tapped?
Using a Grouped ListView, is there a way to detect when the group header is selected or tapped?
View ArticleListView is not working properly when used inside a TabbedPage
Hi, I have created an application with Xamarin.Forms for Android devices. This application contains a TabbedPage that is composed of four different tabs. Each tab is a content page that is composed of...
View ArticleXamarin WCF IClientMessageInspector / Custom Headers
Hi, I’m trying to port over some existing WCF extension code into a Xamarin app that is targeting iOs, WinPhone and Android. The code currently lives in a windows desktop app without any problems....
View ArticleXamarin User Controls
Hello. For my project I need to animate an image by rotating. I thought that since quesa ruora image that must be repeated in various parts of my application would be useful enough to pack in a custom...
View ArticleUnable to find a version of XF compatible with...
Updating Xamarin.Forms... Attempting to resolve dependency 'Xamarin.Android.Support.v4 (= 23.0.1.3)'. Attempting to resolve dependency 'Xamarin.Android.Support.Design (= 23.0.1.3)'. Attempting to...
View ArticleCan't establish Socket connection
Hi, I am using @RyanDavis 's sockets-to-pcl plugin in a xamarin.form project. I am following the tcpSocketClient sample code posted in the GitHub repository https://github.com/rdavisau/sockets-for-pcl...
View ArticleDisplaying PDF in webview on iOS9 using xamarin forms
Hi, I am displaying a pdf inside a WebView. It is working properly as expected in all iOS versions except iOS9. in iOS9 the pdf occupies only around 1/5th of the page width only. I have tried setting...
View Article