473,383 Members | 1,885 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

kiosk touchscreen issue with IE6

Lee
Hi-

I am QA'ing a kiosk application using IE6 and a touchscreen. If the user
'drumrolls' his fingers over multiple links very quickly the web page does
not navigate and effectively freezes.

I was hoping there might be a way using JS to stop all touch input after the
1st touch on a link, to allow time for the script to process and then
navigate to the next page. (Maybe this is similar to disabling all clicks of
a mouse? However I cannot use an alert or popup box to prevent additional
touches as this is kiosk not desktop.

If anyone has thoughts or suggested scripting to solve this your help is
appreciated!

Thank You.
Oct 13 '06 #1
1 1835
Add an onclick handler to each applicable link pointing to the same
function: calling the function checks a global "navigating" flag. If "off"
then turn it "on" and return true to the handler. If "on" then return
false, cancelling the link action.

Probably should add a setTimeout to clear the flag after a short period,
just in case the user really does want that second link...

Tim
"Lee" <le*@yahoo.nospam.comwrote in message
news:-J******************************@comcast.com...
Hi-

I am QA'ing a kiosk application using IE6 and a touchscreen. If the user
'drumrolls' his fingers over multiple links very quickly the web page does
not navigate and effectively freezes.

I was hoping there might be a way using JS to stop all touch input after
the 1st touch on a link, to allow time for the script to process and then
navigate to the next page. (Maybe this is similar to disabling all clicks
of a mouse? However I cannot use an alert or popup box to prevent
additional touches as this is kiosk not desktop.

If anyone has thoughts or suggested scripting to solve this your help is
appreciated!

Thank You.

Oct 14 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

33
by: clintonG | last post by:
Your comments or referrals to documents regarding authoring for kiosk mode configuration are wanted and appreciated. How for example must authoring be conducted to display a browser maximized...
0
by: Jon Monteleone | last post by:
Greetings, I posted a few days back and didnt get much of a response, so I figured I would post again with more detail. I am running gnome under fedora core 4. I want a kid to be able to drop a...
0
by: Honey_love | last post by:
I want to develop an internet cafe application that i want to start up in kiosk mode.how do i do this ?
2
by: Brian J | last post by:
I am trying to make a VB .Net Kiosk which will automatically scroll through an RTF file. I can load the RTF file into a RichTextBox but so far I haven't been able to get the application to...
7
by: carlynor | last post by:
I am working on a client project that has a requirement where, - if a user clicks a button it launches into full kiosk mode, no toolbars etc..... I've seen many examples out there, seperately...
1
by: VanitaJamadar | last post by:
Hi All, Could you please let me know the best practises in the desing of Kiosk screens using VB.NET. Tips on getting the screen loaded without flicker etc... Thanks.
2
by: panteraboy | last post by:
Hi everybody at bytes. Im a newbie and am currently developing a touchscreen database of a catalogue of the products that we sell. I have my customised navigation buttons set up for click events and...
18
sunlight8
by: sunlight8 | last post by:
I am planning to buy a new touchscreen mobile. Which mobile is good according to you?
1
by: tanil | last post by:
Does anyone know how to test if the monitor is a touchscreen or not in Microsoft Visual C++?
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.