Closed shawninder closed 10 years ago
Hi.
This is happening because you created the project with cordova based cli commands not cocoonjs based.
try creating project with cocoonjs create and cocoon platform add that will solve your issue
Hi,
I got the same issue, Im using total cocoonjs CLI. the gap_init:2 prompt still appear.
HI all
this problem has been solved with the latest release, please install it using:
$ cocoonjs plugin add com.ludei.webview.plus
I want to start using WebView+ in an existing cordova project.
To try it out, I started testing it on a brand new cordova project. It looks like it's working because when I log
navigator.userAgent
, I get something different if I include WebView+. However, I get an undesired prompt when the app starts. The prompt has a title ("Prompt"), a default value ("gap_init:2") and two buttons ("OK" and "Cancel"). If I press OK, everything seems to work. If I press Cancel, I just get a black screen.Why does this prompt appear? How can I get rid of it?
Steps to reproduce:
More info