actually the SF app works on the phone not the browser. I will see if that may be my problem.
actually the SF app works on the phone not the browser. I will see if that may be my problem.
Is there any documentation or exmaples on using oAuth and a 2 or 3 legged authorization with REST API? Specifically for tripit api. I see the facebook uses oauth but I can not figure how to get request token, etc. Should I be using security context? Or straight javascript/jquery?
ok sorry, It is local storage that I want to clear out each time the app loads for now. I have found this and modified it will it work perhaps?
for (var i in localStorage){
localStorage = '';
}
I am about to try it.
ok. This is what the app uses by default to store local variables correct?
is there a command to clear out the sqlite database the iphone so that I can do better testing. It seems to save the user data after I login via facebook, etc. I would like to clear it out so I can run some tests. thanks
I've done that and ow that the editor loads the home screen, it works. Maybe the screen on initial load how it was before, which I left as is, was causing it to fail?
Either way it is working now.
thank you
thank you. Can you try to open the project and save it so that it opens on the Appery Start screen for me? Currently the builder is trying to open one of the app's pages and maybe that is causing the hangup when it loads?
thank you
Hello,
Yes I have cleared the cache, I tried and turned off plugins that the browser was using like shockwave, I have restarted many times. Nothing. I can open my other projects just fine. We are looking at the same app right?