Reputation: 4299
In iOS7 safari, clicking smart banner "open" button doesn't trigger UIApplication::openURL:(NSURL *)....
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
This issue reproduced only in iOS7. I have a feeling that this is a bug in iOS7.
Upvotes: 19
Views: 3806
Reputation: 4772
Well-known bug in iOS 7.
http://openradar.appspot.com/15229369
http://openradar.appspot.com/14712951
https://devforums.apple.com/message/897373#897373
Get all your developer buddies to keep filing duplicate Radars until Apple deigns to address the issue is your only option here.
Upvotes: 10
Reputation: 123
It's a bug that Apple has verified and are working on fixing on the next updated
Upvotes: 0