Hi,
I am trying to do this:
intel.xdk.notification.alert("Hammertime!","STOP","Touch This");
but get 'intel' is not defind (W117) ...
Where am I wrong?
連結已複製
3 回應
You can configure the jshint errors you get by putting the jshint directives directly in your code (at the top of the page). See this thread: https://software.intel.com/en-us/forums/intel-xdk/topic/560196
I'm not sure, but I think the Intel notification plugin is deprecated, at least not listed in the plugin Manager anymore, it's better to use the Core Cordova Notification Plugin. And remember: this will not work in the emulator! (neither the intel notification plugin)