The app shortcut disappears When debugging.
Hi, I'm using visual studio for write in Xamarin.Forms. Every time I run the application (by F5), the application is running well, but of some reason, the application shortcut disappears from the phone...
View ArticleHow to constantly update geolocation data in a label for example?
How to constantly update geolocation data in a label for example?
View ArticleIs it possible to use Bing Maps in Android/iOS in PCL code ? I have a valid...
Need an example of how to use Bing Maps in Android. Is there an SDK out there. Any help is much appreciated here. Thanks in advance.
View ArticleXamarin android save text file
i am using xamarin and i want to save txt file there so i have some script that is saving private void SavetoSd() { var sdCardPath = Android.OS.Environment.ExternalStorageDirectory.Path; var filePath =...
View ArticleHotReload LiveReload LiveXaml [Mac] [Windows] [nuget package] [opensource]
Hi all I want to introduce a nuget package which allows reloading XAML views from Visual Studio on your running app. This package works for Mac too! https://github.com/AndreiMisiukevich/HotReload
View ArticleMy app doesnt start on Ios
Hi all, I implements Firebase cloud messaging on my app, for android there are no problems, but on ios the application doesnt start, remain block on the image loading. ` public override bool...
View ArticleHow to disable long-press gesture in WKWebView?
Hello, I'm using Xamarin Forms WebView with a custom renderer for using iOS WKWebView to load a website in my app. I was trying to disable the long-press gesture in WKWebView, but couldn't. Do you have...
View ArticleXamarin.Forms - Multilingual
hello gays i follow this tutorial https://www.c-sharpcorner.com/article/xamarin-forms-multiligual/ and everything work great but i want to call {translator:Translate Hello} from code behind
View ArticleApp saves data to db-wal file instead of database
How to fix it? I tried changing journal_mode to off and wal_autocheckpoint to 1, but after closing the database, the changes are lost.
View ArticleWatchKit: Multi-Select Control
Besides the WKInterfaceTable, is there any built-in WatchKit control that allows for selecting multiple items from a list?
View ArticleHow to achieve the below image
Hi Everyone, Thanks in Advance, I am using Xamarin.Android. I am unble to create the layout for the below image. Can someone please help how to achieve this.
View ArticleKML in Xamarin.Forms.Maps
Has anybody been able to make any progress integrating KML files into a XF Map? I'm about to start on this work and I'm making some assumptions, so I'd appreciate if someone would confirm I'm headed...
View ArticleHow to design the given pic.
Can someone please help me how to design the page in the below pic Thanks in advance
View ArticleMajor problems with Xamarin Forms Android Maps
My app uses a standard xamarin form map and has been working for a few years, no changes, no problems. I last released my app 6 months ago, targeting OREO. Now my clients are crashing out when trying...
View ArticleHow to hide NavigationBar in TabbedPage.Children?
NavigationPage.HasNavigationBar="False" not work.
View ArticleTitle not centred on . navigation page iOS
Hi, I have the following code to add in a custom label in my navigation title view, i've tried various solutions but cannot get the title centred. Has anyone else came across this problem? It always...
View ArticleHow can we add multiple image to the map according to the status on the pin list
I have a custom map implementation in xamrin.froms . am able to customize the pin icon to custom icons (image). i have different pins and those pin have different icons . am not able to bind the...
View ArticleHow to downgrade a package on Visual Studio Mac?
I couldn't find a way to downgrade package using VS Mac for a solution? there is this Nuget extensions plugin but it also doesn't have any option for it. there is only remove and add again option as...
View ArticleXamarin Forms: Failed to launch the ios application on the device.
Getting the following message when installing xamarin forms ios app in physical ios device. NSLocalizedRecoverySuggestion=Please try rebooting and reconnecting the device. (0xE8000022).,...
View ArticleThe type name 'Widget' does not exist in the the type 'Android' - in...
I am unable to build my multitarget library due to some problem with android. For some reason I get UIKit complaints due to some problem with android: We all now UIKit is part iOS. NativeObject is the...
View Article