Johann Weiher

Results 102 issues of Johann Weiher

Stop instead of Pause the player https://github.com/Baseflow/XamarinMediaManager/issues/773

minor-bug

- https://github.com/nor0x/AppCenter-XMac - https://github.com/nor0x/AppCenter-XMac/issues/13 - https://github.com/nor0x/AppCenter-XMac/issues/17#event-4960627721

enhancement
💻 macOS

iOS 14: https://developer.apple.com/documentation/carplay/cpinterfacecontroller/3650358-pushtemplate ```swift self.interfaceController.pushTemplate(CPNowPlayingTemplate.shared(), animated: true) completion() ``` --- https://github.com/Suplanus/Cuterdio/issues/74#issuecomment-634475819 Override: - NextCommand - PreviousCommand https://github.com/Baseflow/XamarinMediaManager/blob/develop/MediaManager/Platforms/Apple/Notifications/NotificationManager.cs

minor-bug
📱 iOS

Navigate throw menu page not working (swiping right): https://github.com/xamarin/Xamarin.Forms/issues/7568

enhancement
need-information

# Release - [ ] Change Version - [ ] Solution - [ ] Info.plist files - [ ] iOS - [ ] Upload new version - [ ] Testflight...

feature

💻 macOS

- [ ] Play - [ ] Pause - [ ] Next - [ ] Previous

feature
💻 macOS

```csharp [Register("AppDelegate")] public class AppDelegate : FormsApplicationDelegate { public AppDelegate() ... public sealed override NSWindow MainWindow { get; } public override void DidFinishLaunching(NSNotification notification) { Rg.Plugins.Popup.Popup.Init(); Forms.Init(); LoadApplication(new App()); base.DidFinishLaunching(notification);...

enhancement
💻 macOS