Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Push menu html select not working properly #55

Closed
gowram opened this issue Mar 19, 2014 · 6 comments
Closed

Push menu html select not working properly #55

gowram opened this issue Mar 19, 2014 · 6 comments

Comments

@gowram
Copy link

gowram commented Mar 19, 2014

I try to add select option with in nav but it is not working as expected.

my code is here...

 <nav>
    <div id="choice">
            <td>This is a drop-down:&nbsp;<select name="dropdown">
                <option value="option1">Option 1</option>
                <option value="option2">Option 2</option>
                <option  value="option3" selected="selected">Option 3</option>
                </select>
            </td>
        </div>
      </nav>
@gowram gowram changed the title Push menu html select not working properly Push menu html select not working properly I try to add select option with in nav but it is not working as expected. <nav> <div id="choice"> <td>This is a drop-down:&nbsp;<select name="dropdown"> <option value="option1">Option 1</option> <option value="option2">Option 2</option> <option value="option3" selected="selected">Option 3</option> </select> </td> </div> </nav> Mar 19, 2014
@gowram gowram changed the title Push menu html select not working properly I try to add select option with in nav but it is not working as expected. <nav> <div id="choice"> <td>This is a drop-down:&nbsp;<select name="dropdown"> <option value="option1">Option 1</option> <option value="option2">Option 2</option> <option value="option3" selected="selected">Option 3</option> </select> </td> </div> </nav> Push menu html select not working properly Mar 19, 2014
@adgsm
Copy link
Owner

adgsm commented Mar 19, 2014

Can you please elaborate a bit more in details? Any JSfiddle?
Did you take a look at issues #11 and #12?

Also please take a look at "Managing custom DOM object events when using swiping on desktops" in the documentation.

@gowram
Copy link
Author

gowram commented Mar 19, 2014

Please have a look at this fiddle: http://jsfiddle.net/5rjg9/39/
I have included in the last nav item.

@adgsm
Copy link
Owner

adgsm commented Mar 19, 2014

http://jsfiddle.net/5rjg9/40/

Please read the documentation. I've exactly copied example from documentation into above jsfiddle.

@gowram
Copy link
Author

gowram commented Mar 19, 2014

Thanks for prompt response.

Still it not working as expected (normal user perspective)...
you have press menu and drag a little bit otherwise it simply disappear immediately.
it has to be displayed while pressing menu.
are they any workaround available?

@adgsm
Copy link
Owner

adgsm commented Mar 19, 2014

i guess you're speaking about firefox behavior.
probably you can solve it as follows

http://jsfiddle.net/5rjg9/42/

@gowram
Copy link
Author

gowram commented Mar 19, 2014

It's working fine right now.
Great thanks to you.

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

No branches or pull requests

2 participants