NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: AZIS350 on March 13, 2012, 07:24:52 AM
-
I'm in mobile mode, using NT 6.25 (although this is not related to 6.25 - it has always happened).
I have a view icon displayed for each record of a browse. The user has to double-tap on the view icon (right arrow) before being able to view the form for that record. I have commented out all p_tip references that I could find in netweb.clw since the tooltip causes double tapping on a touchscreen device. Menus work fine, all fields and drop-downs work fine (all single tap), however I can't seem to get rid of the double tap requirement on a browse record for the view icon. Any suggestions? Thanks.
-
can you duplicate in an example?
-
Thanks Bruce. Of course I forgot to try an example :'( When I did (#3) it worked fine. Searching out the differences I found where the problem was. I had a vtip.js script for Browsers in the webserver script section. This was left over from a previous project last year and I had forgotten to remove it. Now it works like a champ. Thanks!