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

App crashes on Input:AdvancedEntry in IOS

Open ShamineDsouza opened this issue 5 years ago • 2 comments
trafficstars

App works perfectly till it encounters a page which has input:advanced entry controls . It works perfectly in Android .

But the problem is in IOS 13.4

Exception : System.NullReferenceException: Object reference not set to an instance of an object

Thanking in advance

ShamineDsouza avatar Sep 02 '20 11:09 ShamineDsouza

I really need more information. Do you have more info about exception? Can you share stacktrace?

enisn avatar Sep 22 '20 08:09 enisn

I was able to track the issue to AdvancedEntry where we specify the Icon . I removed all of them . Then it is working fine . In android it doesnt show the icon , but there is no error raised.

ShamineDsouza avatar Sep 23 '20 05:09 ShamineDsouza