Jump to content

Search the Community

Showing results for tags 'touch device'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 1 result

  1. Try to keep this short. I have a monitor set up flipped so the resolution is 768px wide by 1360px tall. This is a touch device. Since my client didn't want to pay for me to develop an app for said touch device but wanted his websites just displayed as links (sites are responsive and local) I'm using Google Chrome to display these pages. They are all three HTML 5 and he's running XP so IE (not that I would have used it anyway) is out of the question. My problem is "Y" axis touch scrolling does not work with the drivers included with this touch device. So I've been looking for javascript solutions online. Tried tons of them. The only thing that seems to work is Zynga Easy Scroll. With the exception that it will only scroll to a certain point on the page then stops. It will not allow access to any information further down the page. My assumption is that the DOM I'm targeting has now scrolled too far up the page and I no longer have access to it. Currently though, that DOM is the body tag itself. I have also tried placing the entire page in a <div> with the scrollable applied to it but have the same results so applying it to the body tag isn't the issue. Anyone have experience with this javascript and have a solution for this not to bounce back and leave the bottom third of my page from displaying? I mean anything short of me starting all over using jquery mobile or Sencha Touch 2. Like I said, client doesn't want to pay for the time it would take for me to totally rebuild pages as an app. But those would just create an HTML 5 application anyway so don't see that even that's a solution with no "Y" axis scrolling ability. Thanks, Dave
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.