To access target events, in iOS you usally use this: [self addTarget:self action:@selector(wasPressed) forControlEvents:UIControlEventTouchDown]; Xamarin provide much smarter syntax for […]

To access target events, in iOS you usally use this: [self addTarget:self action:@selector(wasPressed) forControlEvents:UIControlEventTouchDown]; Xamarin provide much smarter syntax for […]

Last week I came across the most annoying bug in Android where WebView URL mechanism is broken when we pass […]