Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

35
votes
6answers
25k views

iWebkit vs. JQTouch vs. iUI

I am going to develop a content rich application that ideally should have been an iPhone-app, but since I'm short on time, I will stick with technologies that I can, such as JQuery, CSS and HTML. The ...
5
votes
1answer
198 views

HTML form using iUI on iPad has erratic scrolling when typing in text input files

I'm using the iUI framework for a site optimized for display on iPhone/iPad mobile Safari browsers. I'm having a problem when using iUI and the default theme with forms that extend beyond the height ...
3
votes
2answers
2k views

conflict between JQuery slider and iui (iphone)

Im trying to get a slider on an iphone web app, I'm using iui to handle the ui. The slider appears to be causing some kind of conflict with iui.js, when you drag the slider it tries to open another ...
3
votes
2answers
438 views

IUI way to display invalid password

I'm developing a mobile site using IUI. It's a framework that makes web pages look like IPhone dialogs. I have a tree-like catalog and on a certain level the page asks for a password to proceed. ...
2
votes
2answers
971 views

Fixed Positioning without Scrolling

I have a toolbar div in my IUI. I want to fix the position of toolbar without scrolling. How can I do this ? please help me.
2
votes
2answers
2k views

Redirect/Refresh to fragment identifier

Im using the iUI framework to create a site. If your not familiar with this you have one page made up of divs and you navagate the user between with fragment identifiers. The problem with this is if ...
1
vote
1answer
124 views

iphone: iui tutorials

where can i find some good tutorials on Iphone MVC asp.net iUI? any recommendations?
1
vote
1answer
458 views

iUI: Back button doesn't work in UIWebView

I have a mixed web/native app, and I use a (you guessed it) UIWebView to display the html portion of the app. Do to the nature of the app, I am using the view without any toolbar, including ...
1
vote
3answers
3k views

Hide the URL bar in Android Webkit

This doesn't seem to work in jqTouch or iUI. But I know it's possible because it works on my Droid when I go to deviantart.com . Anyone know how to do it? Thanks!
1
vote
3answers
2k views

Page sliding on a desktop webapp similar to iPhone webapps

I've looked at ciui and really liked the way that certain links will slide out the existing content and load new content into the DOM, or slide back. Is there a way to quickly create a work-a-like ...
0
votes
1answer
24 views

Creating a Page in the Code Behind at Run-time

I'm reading about the WPF Navigation Services and I have a general question. At run-time I want to be able to parse an external XML file that has information about an UI (i.e. a series of screens) ...
0
votes
0answers
44 views

Running a php script simultaneously with iUI - how

I've built a small web app that uses iUI to navigate through a few different screens. On one, screen I have this in a div. Process.php isn't being called. I've listed the code in process.php just in ...
0
votes
1answer
30 views

Is it possible to use Rails and HTML Framework iUI together?

I'm having some difficulties getting IUI and Rails to place nicely together. Rails wants to override iUI with its voodoo. Any way to get them to place nicely?
0
votes
1answer
79 views

iUI Ajax hyperlinks not working in Chrome

I am testing iUI for mobile web apps. Instead of putting all content into a single HTML page, I am using the Ajax hyperlink technique described by Joe Hewitt here. However I cannot get this to work in ...
0
votes
1answer
450 views

A way to do “iPhone-like” transitions between webpages, but whitout the overhead of a full (mobile)web framework and with the use of iScroll (v4)

I am looking for a simple way to use transitions you typically see in the native iPhone apps or Android native apps (such as the slider effect, ie. the whole page sliding to the left or the right). I ...
0
votes
0answers
158 views

iUi toolbar on jqtouch

Is there any way that I could make the jqtouch default tool bar act exactly as the iUi? The jQtouch toolbar is not the ideal solution for a web-app. Furthermore, you must load a toolbar in every ...
0
votes
1answer
79 views

MVC Razor and IUI load items on demand for iphone web app

I am trying to build a web app for the iphone with MVC Razor and IUI. I have been trying and searching for a few days for a solution to: I have a lists of 100 producs and populate the page using a ...
0
votes
2answers
101 views

webapp movement

i have created a webapp using only html css javascript using iui library i have few pages and all the content is inside one html page and for page navigation and slide effect i have used iui framework ...
0
votes
1answer
660 views

Examples of mobile frameworks that support AdSense for mobile content ads?

I’ve tried, I really have, to find examples of serving up AdSense for mobile content ads in any of the popular mobile frameworks, but can’t find running webpages with ads, nor tutorials, etc.... I’ve ...
0
votes
2answers
589 views

iUI iPhone web app working on other devices

I am an asp.net developer looking to build a web app using iUI for the iPHone. I was wondering if this app would also display properly on other devices. Thanks in advance.
-1
votes
1answer
120 views

iUI Framework vs. Cocoa Touch

I am building an app that will take most of its content from Facebook i.e. photos, personal info, etc. I was wondering if anyone can give me advice on which framework would be the most suitable, iUI ...
-2
votes
0answers
14 views

update the status when select change the Dropdown in iui web

I have Develop a app uising iui webfranework in asp C# . In that I have Drop down I want to update when Dropdown change .I have Drop down like iphone selection mode. I have written like this ...