I want my login page to use ssl, can I do this?
I want my login page to use ssl, can I do this?
For your app? It has to be configured where you host the app.
I'm just distributing an apk, wouldn't it have to be done in there somehow?
There is no need in additional apk configuration. You just need to set appropriate address (https:// instead of a href="http://" rel="nofollow"http:///a).
One more thing Phonegap does not allow secure requests to a web service that has a self signed cert.
Does that mean exporting the code and altering it manually, as my login page is the initial page in the app? If so can I then reimport so I can rebuild the apk?
I don't understand the second part
SSL has to do with server configuration, not the actual app.
It's an apk - what server?
Then, were do you want to use SSL? SSL is a secure communication between a client and server.
Can I use ssl in an apk?
I think so, for communication - but you would need to read more on what's possible.