我正在使用kapsel进行注册,因为我可以知道用户是否已经注册。但是我无法调用init ..请帮我解决这个问题
我根据sybase提供的文档添加了所有插件 http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01993.0300/doc/html/LogonController-js.html
var defaultContext = { "serverHost" : "192.168.254.159", "https" : "false", "serverPort" : "8080", };
sap.Logon.init(logonSuccess, logonError, appId, defaultContext);
error : uncaught typeerror cannot call method 'init' of undefined
It seems
答案 0 :(得分:1)
您的Kapsel插件似乎未正确加载。
以下是将其添加为Cordova插件的命令:cordova plugin add <full path to directory containing Kapsel plugins>\logon