• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

"spinning wheel" select fields on IOS from CF code?

New Here ,
Sep 05, 2017 Sep 05, 2017

Copy link to clipboard

Copied

I develop systems for both Windows and IOS devices. Would "select" form fields to appear as a "spinning wheel" on IOS devices, and "normally" on Windows systems.

Found this online, Spinning wheel on webkit for iPhone/iPod touch – Page 11 – Matteo Spinelli's Cubiq.org -- but wondered if there's anything else available as jQuery or ??

Views

468

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Sep 07, 2017 Sep 07, 2017

Copy link to clipboard

Copied

Rendering of html elements such as <select> is browser dependent, having nothing to do with the backend server technology.  When it hits the browser, it is simply seen as a <select>.  If you need to override the default browser behavior, then a third party library might be a good solution.  As an Android user, those spinners irritate me

-Nic

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 09, 2017 Sep 09, 2017

Copy link to clipboard

Copied

LATEST

<cfselect> introduces extra Javascript to the HTML output. So, in addition to what Nic_Tunney says, you should avoid <cfselect> in your ColdFusion code.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation