ratchet icon indicating copy to clipboard operation
ratchet copied to clipboard

Build mobile apps with simple HTML, CSS, and JavaScript components.

Results 103 ratchet issues
Sort by recently updated
recently updated
newest added

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...

js

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.

js

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...

css
confirmed

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...

css

Like in Mail on iOS 7 and up.

feature

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 ===...

question

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,...

js

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...

js

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...

js

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. ```...

js