-
Notifications
You must be signed in to change notification settings - Fork 34
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
Android - slides #31
Comments
Could you provide an example of what you are seeing? |
referencing JoshDSommer/nativescript-slides#110 |
I am seeing nothing, the slides will not show up at all This is tested in the newest version ? |
I'm currently using it on a project I'm working on in my free time. If I were you I would try and tear it down to its simplest implementation. It's really impossible for me to tell whats wrong without more info. |
i have implemented the simplest implementation, i only use the same code that you give in the introduction. I got the slides to show now, but they overlap each other |
@c13andka could you post a screen shot or gif? also what version of NativeScript you're running? not sure if it could be a compatibility issue, Also what device/emulator are you using? Thanks for the info 👍 |
I added nr so i could se that the slides overlap each other, like in the example one slide have only 1 and another 2. `
` "nativescript": { device : LG Nexus 5x |
Ahh, you will want to set a background color for the slides. I've never left them transparent so its not necessarily something i've thought about. is that a used case you need? I believe if you set a background color or image for the main slide container it should fix it as well. |
I have the same implementation as you do in the readme file, so i also have css. As you can se on the picture the background is grey and not white. Because i never got this to work, i implemented the other packade. I can still not slide the slides also. what nativescript angular version are you using ? |
currently, it's using tns 3.0.0 and angular 4.1.0. you can see that in the package dependencies. another thing you might want to try is setting the width 100% |
Got it to work :) but so you know, it will break with a tap gesture on a gridlayout inside the slides :) or for me it did, stacklayout goes fine. |
@c13andka |
@c13andka Awesome! I'm glad that works for you . do you happen to know if the tap gesture on the grid layout works in iOS? |
it does, it is in android that it don't work |
Hello, i am following your instructions for implementing this plugin. But i cant see any slides
The slides looks like the example
What am i doing wrong ?
The text was updated successfully, but these errors were encountered: