Commit 58391c55 by Sparsh Committed by Sebastián Katzer

iOS 10 - all events fired as other iOS versions

parent f5cc57f6
...@@ -736,7 +736,6 @@ ...@@ -736,7 +736,6 @@
}]; }];
} }
if ((IsAtLeastiOSVersion(@"10.0") && [event isEqual: @"click"]) || !IsAtLeastiOSVersion(@"10.0")) {
NSString* js; NSString* js;
NSString* params = [NSString stringWithFormat: NSString* params = [NSString stringWithFormat:
@"\"%@\"", self.applicationState]; @"\"%@\"", self.applicationState];
...@@ -758,7 +757,6 @@ ...@@ -758,7 +757,6 @@
} else { } else {
[self.eventQueue addObject:js]; [self.eventQueue addObject:js];
} }
}
} }
@end @end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment