Navigation between shell content
I have three pages in my shell (1,2,3). Page 2 is a list of item. Is it possible for me to click the item in page 2 to first go to page 1 and open a new page( page 4) with the passing of a parameters?
View ArticleTabbed Bar
Hi I am trying to create a custom renderer on tabbed page from xamarin forms to execute the following layout I am trying to have button - looking tabbar with menu icon on the same layer level. Thanks!
View ArticleCustom tabbar Help
Hi I am trying to create a custom renderer on tabbed page from xamarin forms to execute the following layout I am trying to have button - looking tabbar with menu icon on the same layer level. Thanks!
View ArticleHow to properly set Easing in XAML?
Hi! I have a custom control with Easing bindable property. public static readonly BindableProperty AnimationEasingProperty = BindableProperty.Create(nameof(AnimationEasing), typeof(Easing),...
View ArticleCan i convert my app to use Shell?
I have an app that uses MasterDetail page with a TabbedPage. I am wondering if it can be converted to Shell, and i have a few questions: - can Shell tabs use ContentPages? - would it be compatible with...
View ArticleGet NSIndexPath from cell index number?
Hey all, Just a quick question really that I can't quite figure out. I've got a List full of reference numbers for jobs which is populated on ViewController A from a SQL database search. I then...
View Articlecalendar event not getting created programmatically
I am trying to add a new event to ios calendar but i cant do it programmatically. Here is the code that i am using, `EKEvent newEvent = EKEvent.FromStore (App.Current.EventStore); // set the alarm for...
View ArticleWhat is the best way to check internet connection?
I tried using Xamarin.Essentials:Connectivity and Xam.Plugin.Connectivity.Plugin but I can't figure out a way for iOS to know if the device has really an internet access. One example is, I'm connected...
View ArticleMediaManager streaming (not downloading and then playing) ?
I am using the fine plugin MediaManager, but whenever I try playing a podcast from the internet, it takes ages to start as it downloads it first, and then it starts playing it. Isnt it possible to make...
View ArticleApp crashes in iOS 13 on UnregisterAllAsync for Azure NotificationHubs
Pretty simple code works fine in iOS, but when working with the new previews for iOS 13, I get pretty hard crashes SIGSEGV with the following code: Hub.UnregisterAllAsync(deviceToken, (error) => {...
View ArticleHow to Integrate map in xamarin forms?
Hi All, I am new to xamarin VS2017. I need to create a map based simple application which need to have autocomplete search places, pin point current location and user can change the location if wanted....
View ArticleNativeLibrary:System.DllNotFoundException
I refer to this article: devblogs.microsoft.com/cppblog/developing-xamarin-android-native-applications/ 1、Create Native Library And Blank Android 2、Write function in NativeLibrary.cpp 3、Build Native...
View ArticleCommon asset folder for both android and iOS in xamarin forms app
While going through the source code of Tailwind Traders app(Microsoft app for highlighting Xamarin forms 4.0 features) source code, I notched that they have used a common resource folder for both...
View ArticleShell Navigation Bar Gradient
Is it possible through custom rendering to add a gradient to a shell's navigation bar?
View ArticleBug? Modal dialogs do NOT prevent the dialog hidden behind them from...
Hi, I have been testing a Xamarin Forms application with an Android simulator (GenyMotion), and have noticed some disturbing behavior - When using the PushModalAsync method to display a modal login...
View ArticlePHImageFileURLKey returns null
Hi. Is there any workaround for the PHImageFileURLKey that is returning null after update to iOS 12.1 and iOS 13?
View ArticleHow call an instance method from non static method?
I think I have run aground for a trivial problem: I need to change the text of a textView by a static method (elapsed timer). I tried to istantiate in the static method the Activity class to call...
View ArticlePicking a Photo from the Picture Library
I devs ! I must pick photo from the Picture Library and send them to a ftp server. I used this link for help me :...
View ArticleHow do I return to the login page from Shell?
Hi everyone ! The flow of my application is as follows; Phone Entry Page --> Register --> SmsConfirmation -->MainPage(Shell) When I go to the profile page in Shell and press the exit button, I...
View ArticleContribution Attempt Failure
Hi, I have tried to participate in fixing bugs but I have already spent 4 days trying to build the Xamarin.Forms successfully and I barely succeeded. And still I have piles of questions. I surfed the...
View Article