Hi,
There is a typo in the doc about webview intergration as canvas internal on this page :
http://cocoonio.github.io/cocoon-canvasplus/dist/doc/js/Cocoon.WebView.html
The first example says : Cocoon.WebView.on("load"... , but this will generate an error.
The good syntax for this, that is Cocoon.App.WebView.on("load",{ as it's precised here :
http://doc.cocoon.io/canvas-plus/internal-webview/
seems to be linked to the src/js/device/cocoon_webview.js file!
Hi,
There is a typo in the doc about webview intergration as canvas internal on this page :
http://cocoonio.github.io/cocoon-canvasplus/dist/doc/js/Cocoon.WebView.html
The first example says :
Cocoon.WebView.on("load"..., but this will generate an error.The good syntax for this, that is
Cocoon.App.WebView.on("load",{as it's precised here :http://doc.cocoon.io/canvas-plus/internal-webview/
seems to be linked to the src/js/device/cocoon_webview.js file!