rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 337 forks source link

Crash on Android, while tapping on empty space above keyboard #402

Open abdulkhn8 opened 5 years ago

abdulkhn8 commented 5 years ago

RG Popup version : 1.1.5.188 Xamarin Forms : 3.5.0.129452

image
abdulkhn8 commented 5 years ago

I have used scrollview as a parent in contentpage.

Internal Error : No constructor found for Xamarin.Forms.Platform.Android.ScrollViewRenderer::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership) ScreenShot

image
ysmoradi commented 5 years ago

It seems that you've enabled linker. Could you please test this without linker?

abdulkhn8 commented 5 years ago

No bro, i did not enabled linker.

rotorgames commented 5 years ago

@abdulkhn8 How can I replicate this issue? Can you create a simple project where I can reproduce the issue?

I'm not sure that it's the plugin's problem but I can have a look if you provide the project where I can test the issue.