NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: AZIS350 on March 13, 2012, 07:24:52 AM

Title: Double tap required to view record from browse
Post 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.
Title: Re: Double tap required to view record from browse
Post by: Bruce on March 14, 2012, 12:13:56 AM
can you duplicate in an example?

Title: Re: Double tap required to view record from browse
Post by: AZIS350 on March 14, 2012, 06:25:10 AM
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!