Pluginを自動でロードさせる
Opened this issue · 0 comments
keiya commented
JSを呼ばなくてもルーティングが走るようにする。
config.xmlでこれを指定し、
<plugin name="com.twogate.audiotoggle" onload="true" spec="https://github.com/twogate/audiotoggle.git" />
JSからsetAutoRoute()
を呼ぶことなくプラグイン初期化時にpluginInitialize()
でもうルーティングを走らせる。