ratchet
ratchet copied to clipboard
Build mobile apps with simple HTML, CSS, and JavaScript components.
Within my PhoneGap Build app (outside of PhoneGap works fine), any `a href` links with a `btn` class on them misbehave - you click the button, and it changes to...
if toggle handle was not drag over middle of the toggle, the toggle will not change its status. In that case, event 'toggle' should not be fired.
Hi, I've run into a bug regarding the modal overlay, which is disappearing on iOS 8 when triggered. The issue can be seen when testing the [Movies Finder](http://goratchet.com/examples/app-movies/) example on...
Using v2.0.2 and ios theme, the content at bottom of page is hidden behind the bottom nav bar (``). I will need to manually add enough padding to bottom of...
I modified push.js where : transition = direction === 'back' ? transitionMap[transitionFromObj.transition] : ransitionFromObj.transition to: if(direction === 'back' && transitionFromObj.transition === 'slide-in') { transition = 'slide-out'; } else if(direction ===...
Push.js seems to conflict with the React.js and the Virtual DOM update mechanism. https://groups.google.com/forum/#!topic/goratchet/Ia3hXkeddEg "I'm having a problem with React needing to attach it's fake dom to the browser dom,...
I use the Title bar with segmented control with 4 control item, ``` html page 1 page 2 page 3 page4 ``` and each control item has a onclick event...
Any links in my pages that should be redirecting with push.js are unresponsive. To confirm this I put data-ignore="push" in all my anchor tags and then they work just fine...
I'm developing a Phonegap application. Push.js works (loads other pages into the `.content` element) in the Android emulator, in Google Chrome web browser but not in the iOS simulator. ```...