TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Osmosys Osmosys
NA
13
13.4k
Cordova,backbone.js
Apr 18 2014 12:56 AM
I am creating an app using Backbone.js and cordova , i created a login form and method to get the user id and password from HTML page and call the webservice login method , the problen i was facing is i am not getting the UserName and pasword from HTML , when i Executed it in machine it was working fine, but when the app is installed in my android phone it was getting null values , i tried all the possible way but no luck
var
Loginname
=
$
(
'#username'
).
val
();
var
Password
=
$
(
'#password'
).
val
();
Reply
Answers (
2
)
I am using Backbone.js and cordova to create android app , w
phonegap,backbone.js and cordova