Build mobile apps with simple HTML‚ CSS‚ and JS components.
Questions tagged [ratchet-2]
63 questions
0
votes
1 answer
Using Ratchet's Toggle Component with Angular
I'm building a mobile app using Ratchet and Angular, and development has been great and fast.
However, I've run into a lot of trouble when using toggles. Ratchet adds an "active" class in this div when its state is active:
…

Fernando Piancastelli
- 876
- 10
- 25
0
votes
1 answer
How to use onclick event in ratchet?
I am new in Javascript and also in using Ratchet. I try to build a little app to get familiar. I have written the following code which does not quite work. On the back button I would like to get my javascript called that saves the note. But I am…

hol
- 8,255
- 5
- 33
- 59
0
votes
1 answer
Javascript generated content not cached Ratchet v2.0.2
I am using the movies demo app app included with Ratchet as a template for my app.
The first thing I did was to change the static html movies on index page to jQuery ajax fetched movies. But the problem I ran into is that when I go back to the…

Banditvibe
- 337
- 3
- 14
0
votes
1 answer
How to redirect a user with javascript while using ratchet?
Normally to redirect a user in a website using javascript I'd use window.location.replace("newpage.html"); however I've found that when using Ratchet this doesn't work. Does anyone know of a good way to make a ratchet application change pages using…

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
Ratchet Framework scrolling in Android 2.2
Im using Ratchet Framework for andriod app development.
I have some scrolling problems in some android phones and also in bluestack.
when scrolled, a toomany blank spaces occurs and it affects the smooth scrolling. also affects the forms in the…

Dino
- 806
- 1
- 8
- 22
0
votes
1 answer
Background Images with Ratchet
What is the recommended way to add a background image to the body (more precisely .content) of a ratchet-based app? The ios theme feels a little plain to me.. is it bad practice to give an app a background image?

ferr
- 1,137
- 3
- 12
- 28
0
votes
1 answer
ratchet - listen to popover closing from JS
I have a ratchet popover and I took it from here:
Popover title
- Item1
-
Frank
- 2,083
- 8
- 34
- 52
0
votes
3 answers
nav-bar element disappears when using data-transition and push.js
I'm using Ratchet to build a prototype for a mobile app.
I have a
element in page A and page B.
When using data-transition from page A to page B (using push.js), the element disappears.
Another…

ds10320
- 1
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
1 answer
Push doesn't work (Error: Could not get)
Trying to use Ratchet's push.js, but doesn't work.
What I have in console:
[Error] Error: Could not get: file:///var/mobile/Applications/337585D8-89E1-4810-AB37-0A6DD2DA3A34/Gustav.app/www/booking.html
failure (ratchet.js, line…

lenyapugachev
- 81
- 8
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!

Christoph Paterok
- 13
- 2
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
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