I am currently working on a hybrid mobile app with Worklight and HTML5 stack. This app required a FB login functionality. I have implemented FB login mechanism into my app with FB Js SDK. Works fine if I view it inside mobile browser simulator, but when I deploy this app to the physical device, FB login buttons and functionality are not available (literally, they disappear from view).
Also, I want to display my FB login form in the same view instead of pop up window.
I wonder if using FB Js SDK is a good approach for hybrid app's? Or maybe should I use native code to build login mechanism?