NetTalk Central

Author Topic: Double tap required to view record from browse  (Read 3307 times)

AZIS350

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • Email
Double tap required to view record from browse
« 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Double tap required to view record from browse
« Reply #1 on: March 14, 2012, 12:13:56 AM »
can you duplicate in an example?


AZIS350

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • Email
Re: Double tap required to view record from browse
« Reply #2 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!