2

I am using kapsel to register since I can know if the user is already registered.But I am getting the init cannot be called.. Please help me through this

I added all the plugins according to document provided by 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
Avinash Kumar
  • 71
  • 1
  • 2
  • 8

1 Answers1

1

Your Kapsel plugin does not seem to be correctly loaded.

Here is the command to add it as a Cordova plugin: cordova plugin add <full path to directory containing Kapsel plugins>\logon

Shingaz
  • 108
  • 7