I'm using Jqtouch to design a iphone app.
As I'm using a standard header/toolbar at the top, I want to simply have it fixed there without moving. I found out how to do this by creating a div with class toolbar and setting CSS display to block and min-height to 0px with important.
However, when it starts up and every time I change pages...
Hello,
My startup and I are deciding which mobile touch framework to use to build our mobile web application. I'm having trouble figuring out the difference between Sencha Touch and JQTouch. I understand that both products licensed by Sencha and that Sencha Touch requires a paid license to use it commercially. Besides legal and financia...
I have a split view controller-based iPad app that uses a Web View to load a jqTouch web app.
In portrait mode it looks fine, but in landscape mode (regardless of which orientation the app was launched in), the jqTouch page is wider than the viewport.
Is there a setting I can tweak (preferably via a call to stringByEvaluatingJavascri...
I have been trying to replace the contents of a page using jQTouch to no success. My problem is related to this question
$('div.current').replaceAll(html)
When I try to do that, the entire page disappears. Does anyone have a solution for this?
...
Hi,
Just playing around with jqtouch. I have a ajax callback that gets regions froma DB. while waiting I want it to display a 'loading' message which has been knocked up in css. Works perfectly except it keeps appeneding to the end of the page when i try and remove the class from the loading message.
$('#Regions').bind('pageAnimationE...
I am trying to determine the previous page (e.g. the referrer) in order to decide whether to display the back button.
I tried to check for $('.current').data('referrer'), but it is not always set. In fact, it is often not set. history.previous and document.referrer do not seem to be set, either.
Could someone please enlighten me on th...
I simplified this question at
http://stackoverflow.com/questions/3506917/simplified-jqtouch-mobile-app-ajax-loading-issue
But am leaving this post for details. Thanks.
I have an RSS Reader app I use as a playground to learn. It's current incarnation is for learning about jqtouch/mobile app stuff. I'm having a problem dynamically lo...
In jqtouch and iui, what do you do if you want to follow a link like <a href="#feed-49">This is a FEED</a> AND dynamically load the content of the <div id="feed-49"></div>?
I've tried bind/live a click handler onto the "a" and onto a parent "div" but it never gets fired, just the event for actually following the link. Thanks.
This is a...
jquery iphone ui and jqtouch
they are lib of iphone , i want to choose one to use,
which is better ?
thanks
...
Im having a question regarding jqtouch and ipad device. Is it possible to achieve parallarer scrolling with jqtouch and ipad? im thinking of creating 1:1 size images related on ipad screen and would want that whole viewport is scrolling.
To define paraller scrolling with this case, some objects moves in different speed (in depth), than...
Hi,
Using the JQTouch library, usely links like the following ... should open the new page in the SAME window. That works fine when I go to the site using Safari BUT when I launch the site from the home saved icon, it opens a fullscreen site and on the first link it opens a NEW Safari window. How can I make it stay in the same original ...
I'm starting to make an iphone app with jqtouch - so i'm keen to hear some best practises.
I'm developing for iphones users on a UK 3G connection.
Any particular things that cause
script blocking?
What are the main performance
hotspots?
Whats the deal with browser caching?
If the iphone doesn't cache should i
include my scripts and st...
Hello,
I'm trying to enable functionality in my web app to allow users to click on the company's logo to link back to the main page of the web app using JQtouch. With my current code, I'm getting the an error in the web inspector saying that there are "No pages in the history" when I click on the image.
Here is an example:
<a href="#m...
Can someone tell me why the pictures are jumping at the end which i want to center?
http://vertic4l.com/prinzipalmarkt/mobile.php
Here is a mobile website i'm working on, if the first li element is entered,
a function will be triggered. But it doesn't works like it should...
I already did this on the normal website without a lot troub...
What I wish to achieve is have a simple gallery of images which the user can swipe through using jQTouch ( http://jqtouch.com )
<div id="container">
<ing src="1.gif">
<ing src="2.gif">
<ing src="3.gif">
</div>
The images are quite long, for example 200px in width each. The container itself is 300px wide with hidden overflow.
What I w...
The jQTouch photo gallery extension (demo) is fantastic, but it only works for images (<img>s). I would like to have the same flicking/swiping effect with multiple "page" (<div>s).
Has anyone tried to tweak this extension to make it more general, so it works with more than just images? Or, is there any other library (e.g. jQuery plugins...
Hi All,
I am developing sample i-phone web application, i am stuck-up with creating alert box using jqtouch. Does anybody knows about to create sample modal alert box doe iphone. I don't want to use the existing JavaScript alert due the tile bar problem.
Any sample code or ref link available?
Thanks in advance
Jonson
...
I am trying to create a little flip book.
I have as many divs as there are pages. They are all set to display: none; Unless they have the current class attached.
I have one page showing, and the page that would go next to it showing just beside it. I want to take the page that is beside it, and make it flip onto the other page to get t...
I'm working on a web app for the iPhone using the jQTouch framework. I've found a similar example to how I want to setup my login page at:
http://www.golen.net/blog/2010/05/29/jqtouch-ajax-php-login-form/
And have downloaded the sample php files:
http://www.golen.net/blog/wp-content/uploads/2010/05/jqtouch.zip
In video 3 that accompan...
I am using the Jquery/Jqtouch libraries for an iphone compatible site. I am now stuck with a problem just in iPhone 4 (not in 2g, 3g or 3gs) where the text becomes blurry on one specific scenario. Below is how it happens
The site has one common div container.
The container is filled with content dynamically based on the user action....