Xamarin.Forms.Plugins icon indicating copy to clipboard operation
Xamarin.Forms.Plugins copied to clipboard

Not working with ipad

Open viveklpu2011 opened this issue 5 years ago • 1 comments

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

Please suggest

viveklpu2011 avatar Apr 24 '19 09:04 viveklpu2011

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 ---

Drew-E avatar May 09 '19 02:05 Drew-E