-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Styling not applied to header on iOS #14
Comments
I have the same problem, did you solve it? |
@thegermin8er Nope, ended up making my own accordion system with a repeater and nativescript-effects to toggle an item open or closed when tapped. |
I'll look into this but styling works fine for me with both platforms the only difference is i use angular |
Yeah this was NS 2 so it might be fixed now. |
Ok well if you want to try again let me know :) |
@lukeramsden thanks for your answer and suggestion. Hi triniwiz, I use angular also. The problem I'm having is with the height of the header. It looks like the ng-template adds a wrapper layoutcontainer and the header is hidden behind the item wrapper. Also when I have a item open and scroll up, the header of that item stops at the top and blocking things beneath. |
Add headerHeight to the accordion element or header-height to the accordion element class
Sent from Yahoo Mail for iPhone
On Wednesday, September 27, 2017, 7:25 AM, thegermin8er <notifications@github.com> wrote:
@lukeramsden thanks for your answer and suggestion.
Hi triniwiz, I use angular also.
The problem I'm having is with the height of the header. It looks like the ng-template adds a wrapper layoutcontainer and the header is hidden behind the item wrapper.
How do I access the wrappers?
Also when I have a item open and scroll up, the header of that item stops at the top and blocking things beneath.
https://github.com/thegermin8er/nsng-accordion-test
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ok, thank you |
For some reason, none of the styles I'm putting on the
class
are actually being applied on iOS. It's applying to the text, but just not the header.Here's my XML:
and my CSS:
The text was updated successfully, but these errors were encountered: