Close keyboard when scrolling in ListView
Hello, i have a setup as following: An entry at the top of the page and beyond a ListView. If i focus the entry, the keyboard gets visible and overlays the ListView. So far so good. In the next step i...
View ArticleCould not AOT the assembly System.Runtime.CompilerServices.Unsafe.dll
I get this error only when on an iPhone. The build works fine for the simulator. MTOUCH : error MT3001: Could not AOT the assembly...
View ArticleMissing Android Options under Project Properties
I am preparing a project for a release update and have noticed that many of the Packaging Properties under the Android options are missing. Previously this project had the options. I reinstalled...
View ArticleXamarin.Forms Multiline Entry / Textarea
Hey Guys, I just have one Question to the Xamarin.Forms, is there also possible to use Multiline-Text-Entries? Cheers F.
View ArticleWhere can I see Xamarin Test Reorder in trial version of Visual Studio 2017...
I have a trial version Visual Studio 2017 Enterprise addition. I am using Windows 10 professional. I downloaded and successfully installed Xamarin Test Reorder (Xamarin.TestRecorder.VSIX.2015.vsix)....
View Articlehow to reorder a listview by drag and drop (maybe native ui embedding)?
there are several questions regarding this mostly outdated. I would like to ask this different way. so I have my listview and i would like to be able to order it by drag and drop. Is there anything new...
View ArticleWhere can I see Xamarin Test Recorder in trial version of Visual Studio 2017...
I have a trial version Visual Studio 2017 Enterprise addition. I am using Windows 10 professional. I downloaded and successfully installed Xamarin Test Recorder (Xamarin.TestRecorder.VSIX.2015.vsix)....
View ArticleDo StaticResource items support multiple levels of value references?
I'd like to define primary palette colors, then assign those values to individual element colors, and finally assign the element colors to style properties in my App.xaml ResourceDictionary. Is it...
View ArticleGeofence Plugin - can geofence interact with app logic?
Xamarin forms app, running on iOS and Android, using Geofence Plugin. I have implemented a CrossGeofenceListener, which basically gives the user a notification when he is entering/leaving an area. What...
View ArticleApplication over other apps
Hello guys! Is there any tutorial that shows how can I run a layout over other apps? For example, Messenger uses it. I want something like Floating Action Button. The user sees it for example in the...
View ArticlePlatform Target Framework Version greater than Project Target Framework Version.
I'm getting this error using Xamarin Forms in Visual Studio 17: The $(TargetFrameworkVersion) for Xamarin.Forms.Platform.dll (vv8.0) is greater than the $(TargetFrameworkVersion) for your project...
View ArticleFix orientation for one page in the app : is it possible with Xamarin.Forms?
Hello, I make an app with one page who need to have a fix orientation (landscape, exactly). I try to fix the orientation for the specific page in Xamarin.Forms (XAML or C#), but it seems to be specific...
View ArticleHow to know if root page is reached in navigation stack
Hi, im developing forms app and I need to do some stuff when the root page is reached through popAsync way, debugging popAsync event I look at StackDepth property, but is for internal use only... Do...
View ArticleCan I renew Xam U subscription once for a year instead of paid monthly
I subscribed Xam U in March/2017. I noticed that the renewal of the subscription has been changed to Azure market place. And it looks there is only paid monthly billing method. My question is that...
View ArticleHow do i do to resize the font of the title like font=10
I have this in the constructor: public Indicadores() { InitializeComponent(); NavigationPage.SetHasNavigationBar(this, true); NavigationPage.SetTitleIcon(this, "estapar.png"); Title = EmailLogado;...
View ArticleI thought that downloading the Xamarin NuGet would pull all the dependencies...
I installed the Xamarin NuGet into my solution and tried to run the app when I received this error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticleDoes Xamarin not support ASMX service with SOAP 1.2?
I have problems with using an ASMX web service that supports SOAP version 1.2. Specifically, the action parameter is not added to Content-Type of HTTP header in my requests. The docs state: The Xamarin...
View ArticleHow to connect my xamarin form apps to my pc xampp?
How to connect my xamarin form apps to my pc xampp? I looking for MySQL Plugin in my nutget but i cant find in the list, anyone can share some ideas with me? I wish to connect to my pc xampp because...
View ArticleBinding Native Library No Longer Works
I've been working on a project since November, and it has been building fine until yesterday when I upgrade Visual Studio 2017 and upgraded the Mac to Visual Studio for Mac. Now, it cannot find any of...
View ArticleHow to load static data in local sqlite DB?
Hi, I have requirement to load static data when application starts for the first time. This the data of countries, district and cities. How do I populate this data in sqlite db. The data is huge, it...
View Article