CCApplication::sharedApplication().openURL

Hello,

I want to open an external url, tried to use CCApplication::sharedApplication().openURL for the purpose but CCApplication class does not seem to have openUrl function.

Thanks in advance.

Yasir

CCApplication::sharedApplication().openURL -> not official code , just is a cute hack for some special task depend on running platform

@cyclelab Thanks,

Can we do it on WP8 as well, with some hack :slight_smile:

@jugnoyasir you could refer to this PR https://github.com/cocos2d/cocos2d-x/pull/4893/files

It implements the open external URL function.

@0owen Thanks that was helpful.

But it is for iOS and Android. I am looking for WP8 as well , if there is any help It will be highly appreciated.

Yasir

@Aha, I am not familiar with WP8. sorry for that.