Nevermind I figured it out myself. Stupid me forgot that plugins reside outside the actual cordova namespace prefix and therefor I need to prefix "cordova" to function calls like require, define, etc. :).

BTW: Should the actual application code use "cordova.require('whatever').function()" or is there any "shortcut" to plugins? (since window.plugins is deprecated, right?)

Best,
Viras

Am 2012-04-17 10:02, schrieb Viras:
Hi,

is there some kind of guide on how to design a non-core plugin for
cordova 1.6+?

I'm a bit confused on how to define a custom plugin code to be fully
compliant to the new scheme. I tried to look up how the core plugins
work but they seem to be statically defined in common/common.js which
is not possible for a non-core plugin (obviously).

I would appreciate any hints!

Best,
Viras

--
GOFG - Get On Fat Guy
http://www.gofg.at/ - powered by Cordova

Reply via email to