ListView in ViewCell in TableView - How to not scroll?
I have a ListView nested in a ViewCell inside of a TableView in order to create a makeshift dropdown (selectable list). It works great since the selection is highlighted and updates when another item...
View ArticleError MSB6006: "sgen.exe" exited with code -1 (since stable update last Tuesday)
Hi all, anybody a solution to the below problem? Since last update I cannot build a specific iOS project in release mode anymore, for a single project. Also in XS it won't build anymore. Colleagues who...
View ArticleXamarin wont build when adding certain images to project; what are the...
Hi-- I have a series of images that I use on our website that work well with Xamarin IOS -- however, as soon as I add these files to our Android project in Xamarin, the project fails to build with 110...
View Article"sgen.exe" exited with code 1
Hello, I'm making a Xamarin Cross-platform application an I have a problem. My application works on Android but when I want to build for iOS I have this error message : "sgen.exe" exited with code 1 I...
View ArticleHide Grid by Toggling a Switch - Data Binding
Hi All, Building a project which extracts questions and question categories from a database and then builds out a series of Editors, each within a Grid. At the top I have a label and a switch with the...
View ArticleEditor on TabbedPage on Lenovo tablet does not show all text
I have created a simple test app using Xamarin.Forms v. 2.3.4.247 (but the problem is on the newest version of Xamarin.Forms as well) as shown below. But when I fill the Editor with multiple lines like...
View ArticleHow can I update the Xamarin.IOS version on my MAC?
Ive been building an app for a week or so, everythign working great. I'm using Visual Studio on my PC an dhave a MAC Mini on the network. All running well. Sudden;y yesterday it stopped working - I...
View Articlehow to install xamarin.ios 11.0 after update it on visual studio 2017 on mac
i'm using visual studio 2017 , i click on** visual studio** up and then click on "check updates" , i noticed that xamarin.ios 11.0.0 already downloaded but it seems need to be installed because i'm...
View ArticleWhy MSBUILD does not use project configuration
Hello everyone. I want to integrate our project written for android to our build system, but first of all I need to understand how msbuild works with xamarin project. I have created blank project and I...
View ArticleXamarin apps and Open Source Software license obligations
Hi all, I'm not sure whether this is a good place to ask such kind of questions. If there is a better place to direct them, I'd highly appreciate your input! We are developing apps for iOS and Android...
View ArticleAfter ios 11 upgrade WKWebView does not load my website.
After ios 11 upgrade WKWebView does not load my website. I added the following methods to my renderer: [Export("webViewWebContentProcessDidTerminate:")] public virtual void...
View ArticleReusing custom renderers
Hi all, In my Xamarin.Forms application I use NavigationPage with stack of ContentPages to display my content. It's similar, for example, to typical mail application: it has some list of items and when...
View ArticlePersisting data locally (Device cache)
Hi, Is there a way how you can persist some trivial data locally, such as personId or cartvalue so that when the app is switched off, the value can be retrieved again? I have been playing around with...
View ArticleBinding an array or list inside a custom ViewCell
Hello everyone, in my View I have a ListView populated by binding its ItemsSource to a List of objects (in my ViewModel), each of these objects contains a List of boolean values, the number of booleans...
View ArticleLabel LineBreakMode Bug ?
Label LineBreakMode is not working on iOS (works on Android) On iOs all the text is presented and is not trailed. var resumeLabel = new Label { HorizontalOptions = LayoutOptions.StartAndExpand,...
View Articleapk generated through msbuild.exe and powershell could not launch.
hi I am using below command line to build my apk. MSBuild "C:\Myproj.Client.Droid\Myproj.Client.Droid.csproj"...
View ArticleList-View group header List-view group header not getting proper height in...
I'm uses xamarin forms(V-2.3.3.193) and uses listview in xaml. In listview i have used group header and item template. I have also given HasUnevenRows="True" so it takes proper heights for Android...
View ArticleThe .ipa file does not seem to be linked with Calabash framework
I have a build in VSTS that includes a Xamarin Test Cloud step for iOS. The .ipa file and tests are successfully uploaded, but then I get the error The .ipa file does not seem to be linked with...
View ArticleCrash on startup when running on iOS 9.3 with no error
Hi, my Forms app works fine on iOS 10.2, but trying to launch on simulator or device with iOS 9.3 results in a crash at startup with this output: Launching 'ServiceApp.iOS' on 'iPhone 5s iOS 9.3'......
View ArticleFilename when using a filepicker
Hi I can't find a working solution on how to get the filename when I try to implement a filepicker, the uri works and I can load the file and so on but have no clue on how to parse out the actual name...
View Article