In the previous version of Worklight 6.1, I was able to add a link to my login screen that would popup the Worklight Settings native panel when users clicked it.
This helped us support Android devices that didn't have a physical Menu button, and allowed our users to check their Worklight Server connection settings.
I called this method: WL.App.__showWLPreferences();
In MobileFirst 6.3, this API seems to have been removed. Is there a way to accomplish this in 6.3?