Questions tagged [codiqa]

Codiqa is a tool for rapidly building prototypes for mobile apps in HTML5, using jQuery Mobile.

7 questions
1
vote
1 answer

jQuery Mobile Collapsible appearing twice

I have a jQuery Mobile page with a dynamically generated collapsible. It works great, except if I leave the page then return to it. When that happens, the collapsible appears twice. A refresh fixes the issue but that's obviously not a good solution.…
1
vote
3 answers

How to unselect all radio button in radio group using Jquery?

I designed my mobile application using Codiqa. So all css and js are loading from the link. I don't know how to uncheck all radio buttons in a radiobutton list. I tried many coding but its not working for me. HTML:
user2653444
1
vote
1 answer

Need iFrame Content to Refresh (Loading Page Content Within Divs)

I am using Codiqa, a mobile prototyping tool, which creates div id layers with iframes inside them, and the menu links just go to that DIV id without any real page loading; so when the main Apps menu is initially loaded, all divs and their…
jflay
  • 514
  • 9
  • 32
0
votes
0 answers

Rendering flickers for a short time after launch. Workaround?

A Cordova-based app - containing only a few relatively simple / local pages - flickers somehow during launch, just after the splash screen disappears and the first jQuery-based data-role="page" page appears. The flicker appears in the bar at the top…
SteAp
  • 11,853
  • 10
  • 53
  • 88
0
votes
1 answer

From Codiqa to the Android App Store

I have an account with Codiqa, and I've created my mobile reference app. It provides a utility to export your .zip package compiled for PhoneGap by adobe. When I import it, it works fine as a drag/drop app via USB cable. But to sell it on the app…
Jay Noe
  • 49
  • 8
0
votes
2 answers

Forcing Codiqa To Honor Select Box Size Attribute

I have also posted this question to Codiqa support some time ago, so I am not trying to turn stackoverflow into a Codiqa support center, just know alot of the guys supporting Codiqa are on here, but let me know if I am not allowed to be asking for…
jflay
  • 514
  • 9
  • 32
-1
votes
1 answer

What does this JavaScript code in codiqa.ext.js do?

I have never seen JavaScript written in this way (with a "randomword: function(){}"). What does this "randomword: function(){}" syntax actually do? Is this ECMA standards JS? Excerpt of codiqa.ext.js below: init: function() { for(var type in…
geoyws
  • 3,326
  • 3
  • 35
  • 47