Patrick Long

Results 26 comments of Patrick Long

It seems pretty dumb to me that this “hack” is how it is supposed to work.

I tried calling RequestRequiredAccess with a notification that had ScheduleDate set and I got NullReferenceException. I copied the extension method so I could run it locally. ``` var request =...

This is still an issue for us even when using 3.3.3. I can ask the Android AlarmService if i can schedule exact alarms via the `canScheduleExactAlarmsMethod` and that returns true....

Has there been any progress on this request? An external penetration testing company highlighted this issue for us too. I can email the specific findings to a team member if...

Any news on when this might be available? I have this scenario in my current XF to MAUI migration as discussed here https://github.com/PrismLibrary/Prism/discussions/3149#discussioncomment-9549950

@dansiegel do you have a recommended workaround for getting me out of our modal situation, please ?

We call it in Xamarin.Forms.Application OnStart ``` protected override void OnStart() { #if !RELEASE_LIVECONFIG AppCenter.Start( $"ios={AppSettings.AppCenterAnalyticsIosDevTest};" + $"android={AppSettings.AppCenterAnalyticsAndroidDevTest}", typeof(Analytics), typeof(Crashes)); #else AppCenter.Start( $"ios={AppSettings.AppCenterAnalyticsIos};" + $"android={AppSettings.AppCenterAnalyticsAndroid}", typeof(Analytics), typeof(Crashes)); #endif base.OnStart(); Page...

No I haven't I'm just waiting for a fix. We are currently porting an existing XF app so for now we just keep maintaining both until we have a shippable...

> Hi [@munkii](https://github.com/munkii), try to put `BottomSheetContentView.InputTransparent = false` before `Sheet.TranslationY = position.Value;` That definetly works. How did you discover that and do you know why that works?

Any updates on this issue? Can anyone from the Prism team give us some suggestions, please I am guessing it is related to the issue in this Discussion, ["When and...