this toWebViewController can support IPV6?
zfx5130 opened this issue · 2 comments
zfx5130 commented
this toWebViewController can support IPV6?
TimOliver commented
It should do! The library pretty much directly passes whichever NSURL
you specify straight to the UIWebView
instance in it, so as long as Apple is properly supporting it, I don't see any library-constrained reason why this wouldn't work.
Give it a try, and let me know if you actually do come across any problems!
zfx5130 commented
Okay, thanks.