Questions tagged [ratchet-2]

Build mobile apps with simple HTML‚ CSS‚ and JS components.

63 questions
19
votes
0 answers

Any ReactJs component framework that can replace ionic?

Currently, my weekend project is using ionic framework. I think angularjs is fine but ReactJs is much more flexible and fast. Any ReactJs component framework (mainly css + some common thing like ftScroller will be totally enough) that can replace…
Eric Fong
  • 815
  • 1
  • 8
  • 17
11
votes
1 answer

react.js - React-router dealing with fixed headers and footers

I have React.js app flavored with react-router, I have a doubt regarding my current routes handling. Design looks as follows, common mobile layout, fixed header and footer, content in the middle: In the case they are static I can simply create…
Kosmetika
  • 20,774
  • 37
  • 108
  • 172
7
votes
1 answer

Additional icon to ratchet Ratchicon set

I am using Cordova, Phonegap and Ratchet for an iOS application. How can I have additional icons with last version of Ratchet? We tried to use bootstrap icon set but it has some kind of conflict with Ratchet CSS. I added ratchet-ios7.css from…
Al007
  • 383
  • 1
  • 5
  • 15
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
5
votes
2 answers

Is there a way to implement a grid layout with Ratchet?

I am looking for something like what bootstrap provides, columns and rows, in Ratchet.
Dimitry
  • 4,503
  • 6
  • 26
  • 40
5
votes
4 answers

Executing several JS files with Ratchet push.js library

I´m developing a Phonegap app with Ratchet 2.0.2 using push.js for transition between pages. Everything is working smoothly but a couple of hours ago I stumble upon this: Script tags containing JavaScript will not be executed on pages that are…
Danito
  • 51
  • 1
  • 5
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
1 answer

Ratchet.js and window.history.back();

I have an init function with all my jQuery staff that I execute on document ready and with a push event listener: function init() { //all my jquery staff } window.addEventListener('push', init); $(document).ready(function() { init(); }); On…
3
votes
1 answer

Knockout JS plays nicely with Ratchet and push.js until I add a data-transition

I am using the Ratchet.js/push.js library to create the UI for a mobile web app. In this library, links are handled by "pushing" the to-be-loaded file into the ".content" DOM element rather than loading the entire page. However, push.js does not…
Mark Brittingham
  • 28,545
  • 12
  • 80
  • 110
3
votes
0 answers

Are Ratchet 2 Popovers working?

Documentation says Popovers are designed to only fire from title bars. Set the value of the title href to the id of a popover, like so: However I have added to the sample template but does not work for me …
Chiste
  • 66
  • 5
3
votes
3 answers
2
votes
0 answers

ANDROID Ratchet slider not smooth

I've got a webview that I'm displaying that has a couple of Ratchet slider components. I'm noticing that they're nearly un-usable because they'll jerk and jump around as I'm trying to scroll through the options. Has anyone seen this before? Does…
Lady_ari
  • 433
  • 3
  • 8
  • 19
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
1 answer

Cordova app - scrolling issue on android 5 Lollipop

I have developed a cordova app and I'm testing it on my phone with Android 5.0 Lollipop. I found a problem with Android hardware acceleration, if it's enabled there are CSS rendering issues as you can see in this video. Look at the white spaces that…
Frank
  • 2,083
  • 8
  • 34
  • 52
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
1
2 3 4 5