Custom touch handling
Most iOS apps are supported out of the box by our remote control feature. For others, we provide support for custom touch handling.
-(void) cobrowseTouchesBegan:(NSSet<CBIOTouch*> *)touches withEvent:(CBIOTouchEvent*)event;
-(void) cobrowseTouchesMoved:(NSSet<CBIOTouch*> *)touches withEvent:(CBIOTouchEvent*)event;
-(void) cobrowseTouchesEnded:(NSSet<CBIOTouch*> *)touches withEvent:(CBIOTouchEvent*)event;-(void) cobrowseKeyDown:(CBIOKeyPress*)event;Last updated