Questions tagged [chocolatechip-ui]

ChocolateChip-UI is a framework for making mobile Web apps.

ChocolateChip-UI is a framework for making mobile Web apps. It has three components: semantic HTML5 markup, CSS and JavaScript. To successfully make an app with ChocolateChip-UI you'll need at least moderate experience working with JavaScript. This is so you can use templates, make Ajax requests and handle callbacks for user interaction.

ChocolateChip-UI uses semantic HTML5 markup and attributes. You can customize the CSS themes to suit your purposes. With ChocolateChip-UI you write one app with its layouts, widgets and user interactions. Then you provide the correct CSS theme for the target operating system. Do this on the server so the experience is seamless for the user.

ChocolateChip-UI uses its own JavaScript library, ChocolateChip, for DOM manipulation, Ajax requests, etc. It is very similar to jQuery. It was built specifically to enable the creation of ChocolateChip-UI. It is optimized for mobile devices. It's small, smaller than jQuery, and about the same size as Zepto.

11 questions
14
votes
2 answers

Emulating jQuery :visible selector with plain Javascript

I am converting a piece of code from jQuery to ChocolateChip UI, and this piece of code is stumping me as ChocolateChip UI doesn't support ':visible' for its implementation of is() if (interactive && block.is(':visible')) { …
Extrakun
  • 19,057
  • 21
  • 82
  • 129
1
vote
0 answers

Facebook comment plugin not working mobile app

I'm creating a mobile application with HTML5 and JS. I added the Facebook comment plugin to my application in order to give user the ability to comment. But it is not working when I create APK file, I think it will not work on IOS either.If there is…
Daina Hodges
  • 823
  • 3
  • 12
  • 37
1
vote
1 answer

Chocolate Chip UI CSS Issues on Windows Phone 8

I am trying to create a simple cross-platform mobile UI using Chocolate Chip UI, and am having trouble with the CSS on the Windows Phone 8 emulator. After downloading and building Chocolate Chip UI using Gulp according to the documentation at…
0
votes
0 answers

Chocolate chip UI Navigation not working on Dukescript

I decided to include chocolatechip-ui because of its navigation features, but it seems not to be working. As you may see in this web example it works, but it doesn't on Dukescript. .icon.help { background-image:…
Ruslan López
  • 4,433
  • 2
  • 26
  • 37
0
votes
1 answer

How to create a dynamic popup Jquery

I found this Jquery mobile popup example: $(function() { /////////////////// // Initialize Popup /////////////////// …
Ahmed Elshorbagy
  • 350
  • 1
  • 5
  • 16
0
votes
1 answer

ChocolateChip-UI interfere getElementbyId

I am currently working on a phonegap app and I have yesterday added the ChocolateChip-UI, and I have run into a problem. My Javascript code does not work properly, yet. If I want to get an element by id, it just returns null. Is there the need to…
Greeneco
  • 691
  • 2
  • 8
  • 23
0
votes
1 answer

ChocolateChip-ui button navigation

I'm try to implement my cordova app with chui, and having some navigation problems (new to chui so I must be missing something). I'm using slideout menu, and one of the articles is "order now" which saves new orders to parse.com, so my view js code…
omer-r
  • 46
  • 5
0
votes
1 answer

How to write my first app using chocolatechipui?

I am trying to use chocolatechip ui for my project, i have never developed anything for a mobile before. I went through the documentation, installed and built all the demos. There is absolutely no section on how to build your first app, is there any…
user1524625
  • 271
  • 1
  • 7
  • 19
0
votes
1 answer

Default Back Button task not happening

I have a simple code where i use Phonegap/Apache Cordova with chocolate chip UI. i call father from grandfather and son from father so its like Grandfather -> father -> son Everything working fine. But there is a problem in back button. i cannot…
Chetan Shah
  • 129
  • 14
0
votes
1 answer

Grunt not making my chocolatechip.js file?

I am playing around with (or trying to) use the fast and powerful Chocolatechip UI with there own chocolatechip.js file, but grunt will not make the file for me. "Build is really simple. Just type "grunt" in the terminal and hit return. This will…
Glenn Curtis
  • 659
  • 1
  • 15
  • 32
0
votes
1 answer

Trying to get rid of the address bar when using ChocolateChip-UI

I've been using ChocolateChip-UI (http://www.chocolatechip-ui.com/) for a couple of days, and really like the way it manages to map the look to established mobile standards. One problem I have with adapting my site to CC-UI has been my inability to…
Preslav Rachev
  • 3,983
  • 6
  • 39
  • 63