Webview cache (UWP) - how to clear?
Does anyone know where the Webview cache on UWP lives ? I can't find a way to clear the caches, only uninstall, install of the app works.
View ArticleCan I style the CrossMedia photo page?
I want to open the camera with my applications look and feel. It seems that when I call the CrossMedia.Current.TakePhotoAsync() it opens the camera, but not on the page I was on. I am wondering do I...
View Articleany help plz to install VS on Mac ?!
about 4 days now trying to solve it plz I need it urgent every time I got that message: **Initial task interrupted by exception Message: Access to the path "/Users/Nemo/.config/xbuild" is denied....
View ArticleHow to Set Up Kindle HD for Development?
We just purchased a Kindle HD 8.9. I've downloaded the Kindle SDK and Kindle drivers, and enabled ADB on the kindle but it's not appearing as an option to deploy to in the "Select a Device" dialog in...
View ArticleHow to add files to the sd card in the emulator
My Android app needs to read files from the sd card. Is there any way to add files to the sd card folder in the visual studio emulator? If yes, how?
View ArticleAdding a secondary image to the border of a circle image
I am using Circle Image Plugin and it works fine. I now want to add a secondary image to the border of the circle image. Similar to a badge. Is the easiest way to accomplish this to put a relative...
View ArticleAkavache loss information on IOS
We are using Akavache on project, in Android everything works great but on iOS we had some issue that is if we save a key value in the cache like this: public async void Salvar(Login login) { await...
View ArticleThe name 'InitializeComponent' does not exist in the current context
This is really strange and inconsistent. Sometimes it runs fine and sometimes I get the following error 'The name 'InitializeComponent' does not exist in the current context' There is absolutely no...
View ArticleCan the Resource.Designer.cs files be ignored in source control?
Would there be any issue in adding the Resource.Designer.cs files to my gitignore?
View ArticleStackLayout flixible Height
I have stacklayout has two listviews and two stacklayouts represent headers of the listviews, what Im trying to do is when you tap the header stacklayout hide the listview, it works fine, but the space...
View ArticleCaptcha
Anyone have a solution for adding a Captcha to your platform. I'm using Xamarin Forms PCL.
View ArticleWORKS! == Xamarin.Forms + .NET Standard + Entity Framework Core for SQLite on...
Hi folks. Thought I'd share some tinkering I've done lately. I wanted to see if I could get a Xamarin.Forms sample app adapted from using SQLite.Net PCL to using Entity Framework Core instead (but...
View ArticleAndroid 7 - SQLite in Shared Project
Hello, We have an existing app that is cross platform (has individual project for each platform and does not use Xamarin Forms) and each platform references the same shared project for core classes....
View ArticleXamarin Forms Support for Win10 v10.0.16299.0 Phones
Is there any support for pre-Win10 v10.0.16299.0 phones. I don't see an option to add a Blank App (Xamarin.Forms) to the solution.
View ArticleAndroid Wear don't compile
If I create a new Wear App (and solution) it will compile and run. But when updating packages it fails building with "WearTest2/Resources/layout/Main.axml: Error APT0000: 1: error: No resource...
View ArticleError: at Xamarin.UITest.Shared.Processes.ProcessRunner.Run(String path,...
I am getting below Error When i try to run the test on Android device. Nunit: 2.6.4.14350 Xamarin: 1.3.8.0 Visual Studio: 2017 Test Name: AppLaunches Test FullName: UITest2.Tests.AppLaunches Test...
View ArticleSafeAreaLayoutGuide in NavigationController when NavigatonBar is hidden?
It looks like SafeAreaLayoutGuide doesn't care whether NavigationBar is hidden or not - it always positions like it is visible. Any idea how to compensate the top when it is hidden? Even without...
View ArticleToolbarItems Xamarin Forms with ios 11
I updated xamarin to latest version and xcode so I am using ios 11 with xamarin forms but toolbaritems don't display properly. When I have two items only one displays. When I have one item on toolbar,...
View ArticleWhat causes Visual Studio to fail to launch simulator
I have a xamarin forms project that builds without errors. When I try to run the project from VS the project builds but sometimes (most times) the simulator fails to launch and VS locks up. (stops...
View ArticleChange font size and picker-choice colors on picker in Xamarin.Forms
Hi. I have a picker which is showing up with white on white choices in Android. Also, somewhat less pressing, I'd like to set the font height once a choice is made. Is my only choice to create a custom...
View Article