Using Xam.Plugins.Notifier, can we get list of pending notifications?
@JamesMontemagno mentions that when an Android phone is rebooted, the pending notifications will not be sent and they have to be resent. Does it mean the pending notifications will be cleared from...
View ArticleBest approach to slide between listviews
Im trying to create a view (my image) where you can click on the specific date up top and it will redirect to that dates listview, kinda like a tabbedpage. But the view is itself a part of a tabbedpage...
View ArticleRemove Hamburger Menu icon (UWP)
Hi, I'm using a master detail page to display a hamburger menu for my 3 apps (Android, iOS and UWP). In the Android and iOS apps, every time I navigate into a detail page, I get a back button where the...
View ArticleAndroid Emulator not consuming API and giving error System.Net.WebException:...
l have an api backend in a .net core web app and have written the code to consume the api in xamarin.forms. when l run the code l get the following error. System.Net.WebException: 'Failed to connect to...
View ArticleCancel webview navigation event, e.Cancel = true not working.
Cancel webview navigation is not working, and sometimes it works but makes the webview unresponsive. Any suggestions, I need to get some data from javascript to c#. TIA @JamesMontemagno @candidodmv...
View ArticleApp crashes on Testflight when I restart the app
My app apparently works fine once installed by testflight. The problem comes when I restart the app or close the task of the app on my iPhone, and I try to open the app again. In this moment, the app...
View ArticleXamarin forms Android, background bluetooth connection
Hello guys, My app requires to connec to known Ble device at the start of the application, and keep the connection for a long periods of time even when the screen is locked. Therefore I need to keep...
View ArticleAdMob and mediation
AdMob works fine in my Xamarin.Forms App, but I have a ecpm just something around 1€, so I wanted to use mediation throu AdMob to increase the ecpm. Is it right that I need for each advertiser a...
View ArticleMy application starts again when I exit the application with the Home button.
Hi everyone ! My application starts again when I exit the application with the Home button. So, my application actually crashes in the background, does not work. It works correctly when I try in iOS...
View ArticleHow to take a screen shot using HardwareButton (Power + VolumeDown)...
I want to capture GoogleMap screen shot GoogleMap.Snapshot is another way to accomplish that but That is written in Java which I don't know how to convert....
View ArticleHow to disable backside layout when loading bar is loaded
I have a Frame layout inside that Relative Layout and a Progress bar in side that. Now when the progress bar is loading I should disable the click for the background layout i.e Frame Layout. How can I...
View ArticleHow to solve "Xamarin.Forms.Platform.iOS.SearchBarRenderer.UpdateTextColor"...
I started to get this exception in iOS, pretty randomly. I can't find a pattern, I click on things, navigate to pages and back, and "sometimes" I get this long exception. If I retry the same steps, it...
View ArticleGetting Global Tint
Hi I'm trying to get the Global Tint color from within a small UIButton subclass. I seem to have to do it differently at run-time and to support the designer. I wrote an extension method for UIView as...
View ArticleAlarmmanager not working when app is killed
Someone has the problem in Xamarin Forms Android, that the notifications work correctly but when we close the app they are no longer displayed. For example, I have a reminder every 5 minutes that with...
View ArticleIf I ask a question and the help is useless...should I just wait????
My last two question on same topic is week old with no objective help!
View ArticleExtended DatePicker? How to disable certains days from DatePicker?
Hello there, I'm trying to disable certain days, like weekends, from a datepicker, but it seems I can only set min and max selectable dates. Is there anyway to achieve that? or is there any compatible...
View ArticleGoBack() on a custom HybridWebView?
Hello Xamarin Community, I built myself a Xamarin App with the HybridWebView as described on the official Microsoft docs page The problem is, everytime i press the back button of the OS, the app...
View ArticleUltimateXF pieChart legend click
Hi all, I am using UltimateXF in xamarin.forms for creating PieChart but not able to get click event on piechart 's segment. Can anyone help
View ArticleHow to use scale animation in DataTemplate?
The essence of the problem: I use the command scaleTo, when decreasing the element, everything is fine, but as soon as it starts to increase (scale> 2), the borders of the visual component are cut...
View ArticleListView with different Controls (Details)
I couldn't find an answer yet. I am using Xamarin.Forms with the prism Framework and i want to display different Controls for selected ListView Items. To do this, i think i have to bind a ContentView...
View Article