I currently use mobile joomla plugin (http://www.mobilejoomla.com/) to build my mobile website with jqtouch. I can't seem to find a way to stop the automatic resize of the image, even if the options in joomla backend are unchecked, etc. It tries to resize the image and to save it on the remote subfolder "/Resized" and, after, it changes ...
Hello,
I've looked at many JQTouch tutorials but I haven't found a description on a simple thing:
Given a list of items, how do you turn each item into a link that then brings up a dynamic page showing data about that item?
Here is the flow I what I want to do:
1) Present list of items
2) Item is tapped
3) an XML call is made to the s...
I link an external site through target"_webapp" hence it will open in the same window in my full screen mode. However, i want the user to have an option of going back to my app. How do i do that?
...
Hi Friends, I am looking for a book on jQTouch that teaches developing web application for Smartphones. I have found one on Amazon:
http://www.amazon.com/Beginning-Web-Development-Smartphones-Applications/dp/1453831053/ref=tmm_pap_title_0?ie=UTF8&qid=1284780488&sr=8-2
Has anybody tried this book?
Thanks
...
Hey Guys,
I need to create a PDF viewer with scrolling, zooming and swipes for the iOS family of devices... I've played around using iframes and objects and I've had no luck on making anything decent.
I guess I am looking for a few pointers, clues or code snippets to get PDF's looking good on iOS devices using UIWebView.
Any comment ...
I want to develop web applications for smartphones using jQTouch. For server side scripting, I prefer PHP and MySQL database server for back end persistence.
Is there any book that helps in learning how to develop a web application for smartphones using PHP, MySQL and jQTouch?
...
I want to develop web application for Smartphones using PHP, MySQL and jQTouch. Any help?
Thanks in advance
...
Hi there
Just started with Sencha today and found it a bit overwhelming. Was able to get a nice custom tabbar working, and top nav panel, however am stuck from where to go.
Decided it might be a lot easier to just use JQTouch and a Phonegap TabBar instead. I found: http://phonegap.pbworks.com/iPhone%3A-UIControls-(TabBar)
I'm on the...
Hello all
i try relly all, but i can't finde out how i can uploade fotos from my iPhone in a iPhone browser to the server? i have try whit simple HTML but its not work, can sombardy maby help me?
i use the jQuery lib. jQTouch if its help.
...
I've just started designing pages particularly for iphone browser (safari).
I don't know if jqtouch is best or not, but I started working on it.
Till now I learned initialization of jqtouch, and also implemented some touch events (tap, swipe).
Now I am planning to create user interface and forms. For that I take a look on demo (Best vi...
I am trying to implement alert/confirm with jQTouch.
Has anyone worked on it, please help me in solving this.
Thanks in advance
...
I've been playing around with jqTouch to create a mobile version of my Rails app.
I use Devise for authentication, but it won't work with jqtouch.
It has something to do with jqtouch's "auto-ajax" functionality. I used a "rel=external" attribute on my sign in form to get it to do something at all (before it simply wouldn't do anythin...
How can you navigate to a page without adding it to JQTouches internal history stack?
I have something like:
<div id="section1"></div>
<div id="section2"></div>
<div id="section3"></div>
and using javascript I navigate from #section1 to #section2 using:
jQT.goTo($('#section2'), 'slide'); //with history tracking
and then to #sectio...
Hi there,
I'm building a project in jQTouch & PhoneGap. After building the app in jQTouch, i'm at the point where I need to start adding in the fixed header & tabbar to navigate between sections.
I used this post to get the components visible: http://phonegap.pbworks.com/iPhone%3A-UIControls-%28TabBar%29
Can i please get some help wi...
Hi there,
After experimenting with a bunch of javascript tabbars (most fail when using forms), i've decided it might be a good idea to go native.
Would anyone know how to incorporate native UIControls (tabbar & header) in a jqTouch app. I'd still need to retain control of the 'back' and 'info' buttons in the header.
Thanks!
Glen
...
I have the following block of code in a jQTouch app I'm working on:
<div class="info">
<div id="MyValue">Sample Text</div>
</div>
<p onclick="ResetValue();">
Reset
</p>
When writing my ResetValue method, the following jQuery syntax does not work:
$("MyValue").html("Changed Text");
However, if I use the "classic" method, the ...
I am sorry if this is a lil unclear, but I am having problems conceptualizing what I want todo.
I am using have a list of div's like so
<div id="1" class="ajax_category">
<p> Blah </p>
</div>
There is a javascript set to make a ajax request to a url when the div id is clicked. This works fine, but I am having to repeat mysel...
Hi all,
I'm using jQTouch to build a simple mobile app with an html/js/jquery form that which acts as a product selector. It has 5 dropdown menus, and 6 possible scenarios:
Scenarios: There are 6 products - whichever gets the most points is chosen. The user is then taken to the div (which acts as a page in jQTouch) with the content f...
I'm developing a mobile version of a web app that uses single signon. How do I use Single sign-on on native iPhone app?
...
Hi guys,
I've developed a jQTouch app ( http://bit.ly/9uE1i0 ), with iScroll
integration ( http://bit.ly/9KsKz3 ), using the native tabbar (
http://bit.ly/ag3H6b ).
All works great in PhoneGap except that iScroll sticks when the swipe
motion goes over the uicontrols tabbar. See video: http://screenr.com/AcD
Is there a way to inc...