A UI library for mobile apps in HTML, CSS, and JavaScript.
Questions tagged [ratchet-bootstrap]
45 questions
10
votes
8 answers
how to enable push.js ajax content loader with ratchet
i am trying to implement the push.js engine from ratchet:
http://maker.github.com/ratchet/#push
i downloaded the ratchet files from here:
http://maker.github.com/ratchet/ratchet.zip
and am using apache to serve all js, css and html. all files are in…

SeanPlusPlus
- 8,663
- 18
- 59
- 84
7
votes
2 answers
Execute custom script after page loaded with Ratchet\Push.js
So on the GitHub documentation for Ratchet 2.0.2 I found the following statement.
Script tags containing JavaScript will not be executed on pages that
are loaded with push.js. If you would like to attach event handlers to
elements on other…

Schmalzy
- 17,044
- 7
- 46
- 47
6
votes
1 answer
ratchet push.js with phonegap (cordova)
I use Ratchet. My phonegap app has two pages, containing jquery.js, ratchet.js, and blockui.js (jQuery-based).
index.html:
2.html
2.html:

Ebrahim Tahernejad
- 484
- 4
- 18
4
votes
1 answer
Ratchet Push.js Not Pushing
I've build a PHP app on top of CodeIgniter, which works by moving to controller to controller (.php files) instead of from one static page to another (.html files).
Problem: The links refuse to work.
I'm not sure that this is even the problem, But…

Tom Granot
- 1,840
- 4
- 22
- 52
3
votes
3 answers
Programmatically load a url using Ratchet push.js
The Ratchet single-page application framework uses push.js to load new pages into view. For example:
link
This will use push to replace everything in the .content div with the .content of link.html. It will also update…

Nimo
- 7,984
- 5
- 39
- 41
2
votes
2 answers
How to destroy/disable slider from ratchet?
I use ratchet.js to slider many images.
But now I want to click an element 'a'/'button' trigger the 'slider' method . And I want to destory browser method when we drag/touch page to left .It will turn to next tab .
Only allow people to jump by…

sky91
- 45
- 9
2
votes
0 answers
Use the font awesome library with Ratchet
I am building an app with ratchet and am trying to use the font awesome library but nothing seems to work. I have tried:
and

blanc0america02
- 35
- 1
- 6
1
vote
2 answers
How can i disable the toggle, preventing user to tap/click it?
I've tried
$(".toggle-handle").addClass("disabled")
$(".toggle").addClass("disabled")
$(".toggle-handle").off();
$(".toggle").off();
without success. I have forms that is just informative once saved to I would like to have them not clickable.

fUrious
- 434
- 5
- 14
1
vote
2 answers
Bootstrap carousel with swipe (using touchSwipe) on two pages does not swipe
I am building a mobile web app using Bootstrap and Ratchet. I have two pages, index.html and main.html. Each page contains one Bootstrap carousel with added swipe support using touchSwipe. I'm testing using Chrome Mobile Emulation. The carousels on…

VIN
- 6,385
- 7
- 38
- 77
1
vote
1 answer
ui router shows states on browser and not on device when run with cordova. How do I correct it?
I'm just starting with angularjs so I'm not an expert with ui router as well. I'm developing an app using cordova and ratchet. So right now here's my code
index.html
Title
…
Nihal Nayak
- 11
- 1
1
vote
1 answer
jQuery not recognising click on modal close link ( href="#' )
I have modal close link which closes the open modal;
.clicker
a.icon.icon-close.pull-left.closeover.white href="#mymodal"
and I have the following javascript on the page
$('.clicker').on( "click", function(e) {
e.preventDefault();
…

raphael_turtle
- 7,154
- 10
- 55
- 89
1
vote
0 answers
html5 audio only loading after refresh with ratchet, push.js
I'm clicking through to a page that has html5 audio on a mobile site that uses Ratchet.js ( and push.js ) but the html5 audio elements only load if I do a full page refresh or if I use data-ignore="push" on the link.
Why is this and how can I make…

raphael_turtle
- 7,154
- 10
- 55
- 89
1
vote
1 answer
Use cached pages with Ratchet (Push.js)
I'm developing an hybrid app and I'm using Ratchet for that. On the first page (index.html) the app retrieves content dynamically and adds that content via jQuery to the DOM. When I navigate to another tab (sub-page), and navigate back to the main…

John Brunner
- 2,842
- 11
- 44
- 85
1
vote
1 answer
Loading external map script via Ratchet v2.0.2
I just started using Ratchet and it's great.
I´m developing a Phonegap app with Ratchet 2.0.2 using push.js for transition between pages.
But i canot run external javascripts in that.
i checked this
But i couldnot load the googlemap javascript v3…

Dino
- 806
- 1
- 8
- 22
1
vote
0 answers
ratchet as a mobile web solution
So I'd like to use ratchet to create a mobile web experience (and not a phone gap/hybrid app experience), and ratchet seems like a good fit for that. However, I don't want the functionality to be broken if a user views my prototype from a desktop…

MonkeyBonkey
- 46,433
- 78
- 254
- 460