Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not select item from 'popover' #228

Open
masterprogrammer513 opened this issue Mar 13, 2017 · 3 comments
Open

Could not select item from 'popover' #228

masterprogrammer513 opened this issue Mar 13, 2017 · 3 comments
Labels

Comments

@masterprogrammer513
Copy link

masterprogrammer513 commented Mar 13, 2017

I load list dynamically and list loaded completely .
The list work fin in desktop.
In mobile list loaded but could not scroll or select from list.
`









        <input class="with-label" type="password" id="password" name="password" data-i18n="placeholder: password" required>

        <input class="with-label" type="password" id="passwordRetry" name="passwordRetry" data-i18n="placeholder: retryPassword" required>

        <input class="with-label" type="email" id="email" name="email" data-i18n="placeholder: emailNotRequired">

        <input class="with-label" type="tel" id="mobile" name="mobile" data-i18n="placeholder: mobile" pattern="09\d{9}" required>

        <button class="btn btn-popover fit-parent primary btn-btn" id="ostan" name="ostan" data-autobind="true" data-popover-id="btn-ostan" data-i18n="text: ostan"></button>

        <div class="popover" id="btn-ostan">
            <ul class="list" id="ostanElement">

            </ul>
        </div>
    </div>
</div>

`

img_9442

@graham-h
Copy link

graham-h commented Apr 13, 2018

Did you get a resolution? I'm having a similar issue, fine on browser and Android, but not selecting anything (just disappears) in iOS (cordova app).

Did you try moving your popover div outside of the <page>?

@graham-h
Copy link

Can confirm, for me at least, popovers do not work correctly on iOS when the popover div is located in the page container. Moving the div outside fixed the issue.

@masterprogrammer513
Copy link
Author

@graham-h
I used native listbox instead of framework

@qathom qathom added the v1 label Jul 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants