Commit 9ad32cf2 by Sparsh

iOS 10 - all events fired as other iOS versions

parent eaa35350
......@@ -736,7 +736,6 @@
}];
}
if ((IsAtLeastiOSVersion(@"10.0") && [event isEqual: @"click"]) || !IsAtLeastiOSVersion(@"10.0")) {
NSString* js;
NSString* params = [NSString stringWithFormat:
@"\"%@\"", self.applicationState];
......@@ -758,7 +757,6 @@
} else {
[self.eventQueue addObject:js];
}
}
}
@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