Build mobile apps with simple HTML‚ CSS‚ and JS components.
Questions tagged [ratchet-2]
63 questions
0
votes
1 answer
Cordova iOS - White screen after click in a input field
When I click on a input field (text) and close the keyboard and then change the view (ui-sref), the app shows a white screen. Unfortunately, no error is shown in the console. Error appears on iPhone, tested with iOS 10 - Cordova iOS 4.40 with Go…

Miro
- 45
- 5
0
votes
1 answer
Header from modal from GoRatchet appear on page
I dont use HEADER in my app, only in modal. After some click on bar-tab, header from modal appear on page. Can some tell my how to fix this?
Bug img

AlexKohankin
- 3
- 3
0
votes
0 answers
How can i include the fonts of ratchet js framework in my html?
How can I include the fonts of ratchet js framework in my html? I included ratchet.js and ratchet.css, but the icons don't work.

Ratch
- 1
0
votes
3 answers
Targeting a toggle button within an accordion
I'm trying to target my on/off toggle control which is embedded in a link that also toggles an accordion when you tap on it. Both toggles work, but I want them to work independently of each other. The on/off switch is not supposed to toggle the…
0
votes
2 answers
Detect state change on a ratchet toggle
I cant figure out how you detect the user changing a ratchet toggle element in javascript. In the code below I have got it to detect clicking on the toggle but it doesn't work if the user slides the toggle. Is there a standard correct way of…

spiderplant0
- 3,872
- 12
- 52
- 91
0
votes
1 answer
Whats the general best practice for including Bootstrap resources in a webapp project?
For a site that requires heavy customization, both styling and functionality is there a general approach that most people go with? How do you include Bootstrap resources in your project?
Use Source, Customize SCSS Variables,, Remove unused JS…

johnborges
- 2,422
- 20
- 33
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
1 answer
Something wrong with the Modal of Ratchet
I'm new on Ratchet. Recently I made up a Web app and found that the Modals displayed differently on Android explorers and iOS ones.
Normally Modals can have a top bar(http://cnratchet.com/components/#modals), but on iOS platform it cannot occur. I…

Junjia Guo
- 1
- 1
0
votes
1 answer
How do I trigger Ratchet's push manually?
I have a link which makes a search. So far, it's working. The issue is when I want the search to be done through hiting the 'enter' button. So:
$('#searchedText').on('keypress', function(e) {
console.log("writed");
if…

jgauna
- 11
- 5
0
votes
2 answers
Ignoring a form submit with Push.js and Ratchet
I am using Ratchet for creating a mobile web page using ASP .NET MVC and I am loving it. I also love using push.js. However, I want to ignore a form submission and do a little extra content updating without the navigation. However, no matter what…

Jamie
- 3,094
- 1
- 18
- 28
0
votes
1 answer
Is there a way to select each toggle when using Ratchet?
I am dynamically loading a list of classes from a database that the user is supposed to select if they have been completed. I am using Ratchet's toggle to choose the classes and am trying to use a JavaScript function to find which toggles have been…

user3401445
- 23
- 5
0
votes
0 answers
Strange scrolling phenomenon using ratchet on iOS
Recently I was troubled by the strange scrolling phenomenon on IOS using ratchet. Like the picture above demonstrate, most of time scrolling works fine. But sometimes, a black block appears from bottom and going up to swallow the web content with…

lute
- 392
- 2
- 7
- 17
0
votes
1 answer
I'm writing Android app (single page application), using Visual Studio tools for Cordova and Ratchet bootstrap. After injecting new HTML into page, my
tag mysteriously transformed to , and markup crashed.
Example of injected…
Vasilij
- 468
- 6
- 20
0
votes
1 answer
Return To Previous Page - Mobile HTML
I'm building an app with Ratchet, and in the navbar I'd like to use BACK & NEXT buttons.
Now, I'm not using Ratchet's built-in Push.js due to structural constraints.
Is there a way to create a page-independent BACK & NEXT buttons that look for the…

Tom Granot
- 1,840
- 4
- 22
- 52