createWindow(url:'x.html') vs createwebView(url:'x.html')
Hello,
Could someone clarify the difference between the two as far as the x.html's are concerned?
If the x.html is identical, what's the difference between loading the x.html thru createWindow vs createWebView?
Shouldn't it be the job of the createwebview to deal with the url element ( which is a content view issue ) and that the createWindow should have nothing to do with it?
I hope this question does not sound too stupid.