Yes Daniel,
I did include it.
I kindda found the solution to my problem. Just went ahead and uninstalled all the plugins, deleted the cordova project and recreated it once again from scratch this time while using the plugin_search_path (found it as a workaround in one of the blogs) during project creation.
And the logon screen did appear. Not sure where did the error lie.
Now I'm stuck up with a minor hurdle with the Registration error which says "check your server settings and network connection". Guess I have used the wrong port or server credentials.
Just a quick question...Do I use the...
a.) Server log in credentials (on which I have installed SMP 3.0 SP06) or
b.) the SMP 3.0 log in credentials (i.e. "username - smpAdmin") or
c.) my system log in credentials (as I'm using a proxy to connect to the internet) or
d.) the log in credentials of the OData service that I'm using
Code:-
var context =
{
"serverHost":"xxxxx",
"serverPort":"xxxx",
"https":"false",
"user": "smpAdmin",
"password": "xxxx",
"communicatorId": "REST",
};
Regards,
Aaron D'C