paulpatarinski / Xamarin.Forms.Plugins

Xamarin Forms Plugins
http://paulpatarinski.github.io/Xamarin.Forms.Plugins
MIT License
276 stars 141 forks source link

Not working with ipad #171

Open viveklpu2011 opened 5 years ago

viveklpu2011 commented 5 years ago

This Package is working fine in mobile device but when i tried to run application in ipad then its not working.

Please suggest

Drew-E commented 5 years ago

My app is also experiencing the same. In my case, it is actually causing the app to crash.

I fired up the iPad 5th iOS 12.2 simulator, and got the following:

2019-05-08 21:15:47.565755-0500 [...].Mobile.iOS[31494:6873166] Unhandled managed exception: Cannot access a disposed object. Object name: 'KeyboardOverlapRenderer'. (System.ObjectDisposedException) at Foundation.NSObject.get_SuperHandle () [0x00012] in /Library/Frameworks/Xamarin.iOS.framework/Versions/12.8.0.2/src/Xamarin.iOS/Foundation/NSObject2.cs:449 at UIKit.UIViewController.get_IsViewLoaded () [0x00023] in /Library/Frameworks/Xamarin.iOS.framework/Versions/12.8.0.2/src/Xamarin.iOS/UIKit/UIViewController.g.cs:2058 at KeyboardOverlap.Forms.Plugin.iOSUnified.KeyboardOverlapRenderer.OnKeyboardShow (Foundation.NSNotification notification) [0x00000] in :0 at Foundation.InternalNSNotificationHandler.Post (Foundation.NSNotification s) [0x00000] in /Library/Frameworks/Xamarin.iOS.framework/Versions/12.8.0.2/src/Xamarin.iOS/Foundation/NSNotificationCenter.cs:48 --- End of stack trace from previous location where exception was thrown ---