I am using the UIWebview (IOS) to load my webview. A page of my site has a link like that:
<a href="javascript:void(0)" onclick="insertClickPointDL('http://www.affil.jp/d/c.php?24unziqvz4bfp&guid=on&via=256&option=22399');" class="btn btn-large"><img src="http://devbit.cruzy.jp/wp-content/themes/BitCoinGet/assets/img/coin.png" height="26" width="26">このサービスを利用する</a>
When I clicked this link it showed log: NSURLErrorDomain error -999 and let me open the link with Safari browser.
When I view web with Webview (Android). It's OK. Is it the reason that I don't enable JavaScript on IOS UIWebview like Android. If yes, how can I enable it?