Ian Maffett
Ian Maffett
@surfjedi - It could be a bug...I'll look into it soon.
I just tried with the kitchen sink and it seems to be working. First, which version of App Framework are you using (looks like 2.2). Second, any chance you can...
Sorry, I'm not understanding what you are trying to do. Perhaps you can patch the loadDiv function to work in both cases and submit a pull request? Or you can...
The problem is that jQuery selector fails trying to do $("#foo/bar/baz"). document.getElementById does work though. The reason everything is removed is people would use the URL _with_ a HASH to...
Verified this. I'll try to look into it if I get time.
Correct - we do not bind anything to that event. If someone wants to write a plugin for it, that would be great! But this is not an App Framework...
Can you let me know how you are building this? Is it a web app or hybrid app (cordova)?
Ok, first you can bind the back button event. See http://docs.phonegap.com/en/3.3.0/cordova_events_events.md.html#backbutton For the popup, you can close it by doing something like the following. It will trigger the close event...
Can someone put a demo up replicating this?
This is a bug. I'll check it out. What you can do for now is set data-ignore-pressed on the footer - this will then prevent setting the pressed state. ```...