I have a custom control created in Xamarin Forms Android. The control have no resources or drawable or resource.designer. When used the control in the sample on swiping or on touch getting the below error in the output logs.
04-23 12:37:17.041 E/com.companynam(25170): Invalid ID 0x00000000. 04-23 12:37:20.869 E/com.companynam(25170): Invalid ID 0x00000000.
Note: Getting this only in Android 9.0
User contributions licensed under CC BY-SA 3.0