i use sketch-module-web-view,everything works fine when network is available, but when not,
the page will be blank, and after a while, sketch crashes!
this.browserWindow.loadURL(htmlUrl)
htmlUrl like this: http://www.example.com/sketch
does anyone known what is wrong? any help will be appreciated!