Questions tagged [ratchet-bootstrap]

A UI library for mobile apps in HTML, CSS, and JavaScript.

45 questions
0
votes
0 answers

Detect soft keyboard in Meteor cordova with ratchet

Meteor now support mobile apps. That's great. However, I find that the app running as a mobile app is not the same as running in a mobile browser. When it runs as a mobile app, if the user wants to input to a text field, a soft keyboard shows up.…
Fei
  • 769
  • 2
  • 7
  • 13
0
votes
1 answer

Ratchet push.js failing to redirect webpages

I'm trying to create a simple Cordova mobile app using Ratchet and am unable to get push.js to load any pages. The only thing that my research pulled up is that the push event only works on mobile devices but I'm not using it in the browser. I've…
Jesse Green
  • 373
  • 2
  • 6
  • 20
0
votes
0 answers

Keyboard taking to hidden model form

When click on input the key board shows next option to reach hidden form, and also able to type something and it will appear when open the model. The issue is that I can type in to the model form without opening it
Mo.
  • 26,306
  • 36
  • 159
  • 225
0
votes
1 answer

Why the component from ratchet is not rendering properly

This is my Fiddle. I added CSS component from Segmented Control and added relevant libraries, but doesn't work as intended, like in the web site:
... Control components...
... control…
Ashok Kumar Sahoo
  • 580
  • 3
  • 8
  • 24
0
votes
2 answers

Can I submit an app built with Ratchet to the app store and google play store?

I've found Ratchet from twitter. It's a HTML5 Framework to build mobile apps. Is it possible to submit an app built with ratchet to the apple app store and google play store? Thanks for your help!
0
votes
1 answer

Why are there two table views?

In the documentation, they have:
  • Item 2
  • Q: Was that just a typo, or did they put table-view-cell in there twice for some reason?
    Phillip Senn
    • 46,771
    • 90
    • 257
    • 373
    0
    votes
    1 answer

    Accessing Ratchet 2.0 Methods/Functions in Backbone.js

    I'm using Ratchet 2.0 and BackBone.js to build a simple little PhoneGap application. I want to use the Ratchet Modal functionality to modal in my terms and privacy policy, but I can't figure out how to access the modals from within my…
    secondman
    • 3,233
    • 6
    • 43
    • 66
    0
    votes
    2 answers

    How to put a input and a button in a row?

    code:
    result in browser: URL : https://groups.google.com/forum/#!topic/goratchet/8crWEoqStYI Why the button at the first of the row? Can…
    duffiye
    • 23
    • 3
    0
    votes
    1 answer

    ratchet slider not showing text

    I copy pasted the example of a ratchet slider but 1) My pictures aren't responsive and 2) The text isn't showing up over the image, or per slide.
    Phillip Senn
    • 46,771
    • 90
    • 257
    • 373
    0
    votes
    1 answer

    Toggle active class using Ratchet framework

    Ratchet mobile framework uses a bottom button structure that looks like this:
    0
    votes
    2 answers

    Snap.js JQuery conflict?

    I'm having trouble accessing my div elements with jQuery after implementing snap.js in my Ratchet project, does anyone know why and how can I fix this? document.getElementById('mydivId').innerHTML //THIS WORKS $('#mydivId').html() //THIS DOESN'T…
    Jasper Giscombe
    • 313
    • 1
    • 5
    0
    votes
    2 answers

    Ratchet: adding buttons in a list

    I have this mock up: www.guestinnation.com/mockup/list.html As you can see it is a list of images, but I would like to have under each image a line of buttons like this: http://maker.github.io/ratchet/#buttons Unfortunately the CSS of Ratchet it's…
    0
    votes
    1 answer

    Ratchet transitions not working with AngularJS

    I have built an mobile app using the ui compenent ratchet and angularjs. As far everythings works fine. I wanna use transitions when switching between pages, but this feature does not work. I'm using following transition definition:
    hitty5
    • 1,653
    • 12
    • 25
    -1
    votes
    1 answer

    how to have ratchet communicate wtih android sdk api's

    Ratchet Looks real good for constructing easily UI for android. However what if I need to have a hybrid app meaning I want some of my code to be written with android sdk for example open a thread fetch some data from REST then save to local store…
    Jas
    • 14,493
    • 27
    • 97
    • 148
    -2
    votes
    1 answer

    How to link a file on a Mac?

    I'm using the library Ratchet, and it makes you download the files onto your computer. I have a Mac, and I never learned how to link to a file on the same Mac. So, what I'm asking is, how do you link to a file on your same mac?
    Joe Pigott
    • 7,981
    • 6
    • 31
    • 43
    1 2
    3