WKWebView control
When I create a Mac Cocoa app there are 2 WebKit View controls available for use: Legacy WebView with direction to use WKWebView WKWebView the core view class in the Web Kit Framework When "connecting"...
View ArticleCurrent Release: Xamarin.Forms 3.0.0+
This thread is for community discussion of the release. The latest version may be newer than the build number referenced here. For the latest official release information, check NuGet and the release...
View ArticleCurrent Pre-Release: Xamarin.Forms 3.1.0+
This thread is for community discussion of the latest Xamarin.Forms pre-release. For the very latest version information, check NuGet and the release notes. Release Notes for 3.1.0.469394-pre1 NuGet
View ArticleMultiline label in Xamarin
I want to create a Label object in XAML with multiple lines of text. The way i am doing right now is <Label Text="Something 
 Another thing 
 Another thing 
> So here, i...
View ArticleUsing an object in Resource Dictionary
<Frame BorderColor="#002e50" CornerRadius="0" HorizontalOptions="FillAndExpand" HasShadow="False"> <Frame.Content> <StackLayout> <abstractions:SvgImage SvgAssembly="{Binding...
View Article"The iOS Designer Mac Agent is not available", but im connected to the mac...
Hi there, So im working on an ios app using Visual Studio 2015 in Windows connected by mac agent to the macincloud. Until now i havent had any problem, but today i just cant open storyboard. It give me...
View ArticleHow can I bundle a helper application inside another bundle?
Hi there, I followed several howtos in order to have my application start on login. I was somehow able to do it by manually copy the helper bundle inside the main app bundle at...
View ArticleWhen is Xamarin.Forms 3.0-Stable expected?
Hello team, Do we have any ETA for Xamarin.Forms 3.0-Stable release? Many thanks
View ArticleOverride Back button behaviour WITHOUT stopping navigation
So what I'm trying to do might not be possible, but maybe someone knows a nifty hack or work-a-round... What I'd like to do is override the Android Back button so that instead of destroying the...
View Articlerotation messes up label
I have a on a form (text is "Vehicle Status" below), seems okay, unless the phone is rotated - then the label is truncated. I have no idea why. I have tried playing around with xaml, but the label just...
View ArticleSdp unit in xamarin
I have recently heard about the sdp unit and i really want to use it in my project. How can I do so ? how can I integrate it's library in my project ? Link to the library on GitHub: github.com/intuit/sdp
View ArticleDeployment failed:Mono.AndroidTools.InstallFailedException: Failure...
I have just created a project in xamarin business in visual studio.I am able to build in debug mode.But in release mode it shows following below error.Because of this there is no apk generated in...
View ArticleHow to set UIView.Appearance.SemanticContentAttribute?
Hi guys! I need enable or disable right to left directions of interface layout. There is a way to do this logic through setting of SemanticContentAttribute property for all of UIView using Appearence....
View ArticleHow do you clear the list of Mac build hosts in Visual Studio?
Does anyone know how to clear the list of Mac build hosts in Visual Studio? I have tried following the steps here...
View ArticleWhat is the format of android:name inside the activity,inside the application...
Dears, I add some code to the manifest file for launch my app by tapping a url. My code inside application tag of manifest file: <activity android:icon="@drawable/icon"...
View ArticleCreate an image in code
I would like to know how to create an image in code. For example A blue field X by X pixels with a red line and some text. I have a goal of adding a splash to an actual image similar to how the sports...
View ArticleCustom TabbedRenderer to set tab text color on Android
I found an iOS render: http://forums.xamarin.com/discussion/17811/tabbedpage-tabbar-background-color-tint but I can't seem to find a similar Android rendered to set to set the tab text color. I found a...
View ArticleXamarin Android Device Manager, disk.dataPartition.size [BUG]
If I create a new avd using the manager, it does not matter if I set the disk.dataPartition.size property, when I start the emulator the partition size will be the default! It happens, because the ini...
View ArticleHow could I resolve java.lang.NoSuchMethodError issue?
Hello, I'm working on project that use Xamarin.GooglePlayServices.Auth. I have the following issue when try to signin with Google+: [MonoDroid] UNHANDLED EXCEPTION: [MonoDroid] Java.Lang.LinkageError:...
View ArticleHow to change data of listview inside a listview dynamically - UWP?
Hello I am having some issues when I implement the data of listview inside listview. I arranged all data inside listview Parent Listview Child Listview - - ->> Child Listview - - ->> ... I...
View Article