I searched a few foruns and I did not find any specific information if InAppBrowser has IPv6 resolution or not.
When I use: refWeb = cordova.InAppBrowser.open (url, '_blank', 'location = yes', 'clearcache = yes', 'clearsessioncache = yes');
with url = http://192.168.1.210 , it works fine, but if url = http: // [2001 :: 123: 1: 2: 3] shows a web page with an error: ERR_NAME_NOT_RESOLVED
If I use my own browser (e.g. Chrome) on the same device, these URLs work as expected.
Please, help.
source share