Debugging WebView: Chrom Dev Tools Cannot Recognize WebView as Browser
I'm using a WebView to display a local HTML page. This works great, other than the fact that I need to debug some more complex functionality of the html/js that I'm adding to it. I have no way to debug...
View ArticleICommand CanExecute not called
Hi, I have this scenario (I simplified the logic just to this sample): in xaml <Button x:Name="btnLoad" Text="Load" Command="{Binding LoadScanpackCommand}" CommandParameter="{Binding ScanpackHdr}"...
View ArticleNavigation bar - badge counter as bindable property
I want to add badge counter to the navigation bar like in this tutorial. https://www.xamboy.com/2018/03/08/adding-badge-to-toolbaritem-in-xamarin-forms/ This works great, but I am not satisfied that...
View ArticleiOS App fails apple verification with never seen crash
we applied our new app to apple and everything works fine in adhock or testflight builds(testflight got approved for external too) but if we submit our app for release verification the app seems to...
View ArticleHow to resolve java.lang.outofmemoryerror in xamarin forms portable project...
Hi everyone, I have very tired with getting java lang out of memory exception in xamarin android project. I didn't find what the root cause of getting this exception. In my android properties set up...
View ArticleXamarin Foms, Entity Framework Core, SQLite, Prism MainPage ViewModel...
Hi, First post here (of many more I expect) so firstly let me say hello. I'm having a little difficulty figuring the right approach to the following using Prism. I'm using SQLite with EFCore and...
View ArticleCan someone please tell me why my pins are not showing on the map?
I am trying to populate a map with locations obtained from an API but it is proving very problematic. When I create a pin from the code behind it shows fine, but it does not show when I use xaml. I...
View ArticleAndroid Go Edition
Has anyone tested and run Xamarin Forms apps on Android GO Edition? .
View ArticleHelp with rotation animation
I'm trying to add an animation to my forms app that looks a little like the following although not quite so sophisticated. I just want to flip the top layer over to reveal some information underneath,...
View ArticleListView OneWay Databinding
I want to do the databinding to a List to a ListView. I use the "{Binding Nickname}" in the xaml. When the app runs, there is no items in the ListView. I only want to fill a Class data to the ListView...
View ArticleXamarin.Forms XAML RelativeLayout can not scroll
Hi guys, i have a piece of code like this ` <Frame CornerRadius="6" Padding="0"> <ScrollView> <StackLayout Spacing="5" BackgroundColor="White" Padding="10" > <Label...
View Article[Resolved] Checked Sign the .APK ... keystore in Project's Properties AND Not...
If I checked Sign the .APK ..... in Project's Properties => Error MSB6006: "java.exe" exited with code 2 . if not checked , result.IsSuccess always is null . Information Keystore file if i checked :...
View ArticleAndroid: Getting XA3001: Could not AOT the assembly
Getting error on almost all assemblies (list bellow) no matter linker option. I don't figure out where is the problem with the AOT compiler. Do you have an idea? Assemblies impacted: 2>Projet...
View ArticleTouch event on a control under a Transparent Grid
Hi all, I have a Relative layout like this. Google Map full screen Grid with full screen (BackgroundColor="Transparent"), inside this grid, I have a stacklayout and I set VerticalOptions="End". This...
View ArticleI need to change the Xamarin.Forms.Picker ItemDisplayBinding Property by the...
In the setter of Picker.Triggers the ItemDisplayBinding Property is not available , I need to change the display according to change in data . How do I do that?
View ArticleIssue creating APK in VS 2017
Hi, My Xamarin.Forms app works in debug mode, but if I build in release mode and I try to create an APK from VS 2017, it doesn't work. The build process succeeded but the APK is not yet created. My...
View ArticleListView Scrolled Events
Summary Provide a ListView Scrolled event identical to the ScrollView. This will allow apps to apply animations like parallax on the ListView Header for example. API Changes e.g. In order to facilitate...
View Articlefirebase plugin did not work
regarding to firebase plugin , after i applied the steps which mentioned on the documentaion of the plugin i could not get the data on the notification body and the following events did not work (...
View ArticleHow to select a particular folder from emulator storage to unzip file in...
I have two button one for browse zip file and another for unzip that file. I am browsing zip file by using FilePicker but i have a problem with selecting a particular folder to unzip that picked file....
View ArticleRealXaml - Xamarin Forms Live Viewer and with code reload on the fly!
Hi all, we have just release our verison of a Xamarin.Forms live reload and code reload on the fly. All free. See it in action https://github.com/admaiorastudio/realxaml
View Article