A UI library for mobile apps in HTML, CSS, and JavaScript.
Questions tagged [ratchet-bootstrap]
45 questions
1
vote
0 answers
How to do "page transitions" in Ratchet without AJAX
I like the visual effect of page transitions in Ratchet but I want to build my entire app as a single HTML app.
I'd like to be able to switch pages without AJAX. Is that possible?
If it was jQuery (or Angular) I'd do something like…

Peter Bengtsson
- 7,235
- 8
- 44
- 53
1
vote
1 answer
Modal menu issues using ratchet framework (twitter-bootstrap)
I'm building a mobile app using ratchet, and I love the toolset so far, but I'm running into an issue using a modal as a menu.
Here's the live index page.
This is the only custom js I'm using:
$(document).ready(function() {
if…

scotho3
- 123
- 1
- 14
1
vote
1 answer
Ratchet checkbox list
Anybody knows if is Ratchet http://goratchet.com/ has possibility to create a list of checkbox to select item?
Documentation shows only technique to make a simple list as this:
- Item 1
Stefano Maglione
- 3,946
- 11
- 49
- 96
1
vote
1 answer
TWBS Ratchet - How to close modal manually?
I'm building a mobile web app with Ratchet. What I have to do is open a modal, fill a form, press a button then save and close the modal.
I'm able to close a modal with it's documented button, and I'm also able to save the form field...but how to do…

ilSavo
- 854
- 1
- 8
- 28
1
vote
1 answer
Toggle Button in goRatchet Framework
Can anyone please show me the code for toggle button in ratchet framework. i mean if toggle button is enable {do something} else{do something else}. i didnt got it anywhere in web.

Chetan Shah
- 129
- 14
0
votes
0 answers
Ratchet return "bool(false)" in the terminal while I tray to var_dump the user data
I am using Ratchet in my php video Chat app and I am using my own class to access the users data in teh chat.php file of the Ratchet and it works fine but when i tray to var_dump the users data ratchet retunt "bool(false)" in the terminal here is my…

kutakt
- 3
- 2
0
votes
2 answers
Do something with jquery after clicking a link to close a modal
I have a modal with the following code to close it
a#modalclick.icon.icon-close.pull-left href="#mymodal"
I want to know when the x icon is clicked and the modal closed so I can do something with the link id.
My javascript…

raphael_turtle
- 7,154
- 10
- 55
- 89
0
votes
0 answers
Ratchet js modal position
I have the modal sliding out from the right hand side and I have the modal size set to 80% but it slides out to the left hand side of the screen but I want it to be on the right hand side.
How can I do this?
The code for the current modal is;
modal…

raphael_turtle
- 7,154
- 10
- 55
- 89
0
votes
1 answer
Image map links not loading modal
I have an image map that has various links to modals, href="#mymodal" but these aren't appearing when I click on them the address gets updated with the proper id but the modal won't appear...
a href="#tiltyard" link
img.pure-img usemap="#hcmap"…

raphael_turtle
- 7,154
- 10
- 55
- 89
0
votes
1 answer
Changing the ratchet modal size and slide in position
How can I change the ratchet modal so it slides down from the top and only takes up 50% of the screen rather than the full height?
the css for the modal is;
.modal {
position: fixed;
top: 0;
z-index: 11;
width: 100%;
min-height: 100%;
…

raphael_turtle
- 7,154
- 10
- 55
- 89
0
votes
1 answer
Cordova + ratchet - script inside Push is not working on Android 4.3 and below
I am developing a cordova application for android and windows and I am using Ratchet framework. I have written my pagewise script inside push function like,
window.addEventListener('push', function() {
//My custom events
});
After building the…

Baraneedharan
- 93
- 1
- 7
0
votes
0 answers
Ratchet nav bars not displaying on additional pages, only on iOS 8
So I have noticed this issue on iOS 8 with both mobile safari and chrome. It was previously working, but for some reason now, my other pages are not putting the new pages nav bar on top of the original nav bar. It still works on desktop browsers and…

Jamie
- 3,094
- 1
- 18
- 28
0
votes
3 answers
Why are these links in .NET MVC / Ratchet application not working?
When I click on links they do not seem to work. When I right click them and open in a new tab they open correctly.
I can't figure out the reason for this behavior.
Here is the code for my _layout.cshtml file
...
…

Raed
- 519
- 1
- 6
- 23
0
votes
1 answer
dynamically load ratchet android/iPhone css themes based on the device
I am looking for any lightweight, expressive, intuitive, or eloquent way to select CSS themes dynamically for the Goratch library.
I would love something from AngularJs, such as ng-include if etc.
CDN links
http://cdnjs.com/libraries/ratchet

user2727195
- 7,122
- 17
- 70
- 118
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