Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

SelectOptionView does not work on iOS devices #45

Open
acechase opened this issue Jun 2, 2014 · 2 comments
Open

SelectOptionView does not work on iOS devices #45

acechase opened this issue Jun 2, 2014 · 2 comments
Assignees

Comments

@acechase
Copy link

acechase commented Jun 2, 2014

I've only tested on the iOS simulator so far, but I have noticed in my own code, and on the product demo page (http://addepar.github.io/#/ember-widgets/select) that the select event does not work on iOS devices (I've been focusing on the iPad in particular). You can open the drop down menu, but can not select anything from it.

Has anybody else looked at this problem? Before trying to figure it out myself I wanted to see if anyone else has already made progress on this.

Thanks!
Andrew

@acechase
Copy link
Author

acechase commented Jun 2, 2014

FYI - At least in iPad simulator I have found that if I add a css style to set the cursor to a pointer this fixes the problem.
Added _class="cursor"_ to my select-component helper and then in my css:

    .cursor {
        cursor: pointer;
    }

@azirbel
Copy link
Contributor

azirbel commented Jul 18, 2014

Thanks for pointing this out, @acechase! If you have time, submit a PR - if not, I'll come back to this in a few days and make the change myself.

@azirbel azirbel self-assigned this Jul 18, 2014
mrloop added a commit to mrloop/ember-widgets that referenced this issue Jan 19, 2015
Pressing a Select result doesn't work in ios without this fix.

Addepar#45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants