I have also faced this issue when i was loading an 'http' url in WKWebView in iOS 11but it is working fine with https.
I changed the setting of App transport in info.pist file to allow arbitary load as follows:
<key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict>