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

Problem using with RadListView #23

Closed
FmarquezM opened this issue Apr 24, 2016 · 11 comments
Closed

Problem using with RadListView #23

FmarquezM opened this issue Apr 24, 2016 · 11 comments

Comments

@FmarquezM
Copy link

First of all, thank you very much for the plugin !!

After installing the plugin in an app that use the RadListView component (nativescript-telerik-ui) seems to insert a page break after each item in the RadListView even if you don't use the floating action button in this page.

If you uninstall the plugin, the RadListView looks well again.

Perhaps the problem is in the RadListView plugin and not here ...

Before installing the plugin:
screenshot-5

After installing the plugin:
screenshot-4

Thanks a lot in advance!!

@sitefinitysteve
Copy link
Contributor

I am experiencing this on the radlistview with no fab... Don't think it's related. However that being said telerik can't seem to replicate... Would you be able to provide a sample project replicating it?

@FmarquezM
Copy link
Author

I agree with you, the issue can be in other part of the code but, in my case, it only occurs when I install the fab plugin.

radlistview working right -> my-app.zip
screenshot from 2016-04-25 18 55 22

radlistview + fab -> my-appFAB.zip
screenshot from 2016-04-25 18 55 45

@sitefinitysteve
Copy link
Contributor

You arent specifying row="0" on the RadListView, try that

@FmarquezM
Copy link
Author

Tested with same result.

<GridLayout rows="*"> <lv:RadListView id="list-view" items="{{ items }}" row="0"> <lv:RadListView.listViewLayout>

screenshot from 2016-04-25 19 14 40

@bradmartin
Copy link
Collaborator

Testing a few things out, let you guys know what I find.

@bradmartin
Copy link
Collaborator

Okay, appears to be an issue with the RadListView. I am experiencing the issue with no FAB plugin on Android 6.0 - Droid Turbo 2. Checking a few other API levels now.

I've tried placing a Placeholder on the listview with an android button and same issue, with the plugin installed, without the plugin. Same result no matter what.

@bradmartin
Copy link
Collaborator

K. Not API specific, Think the real issue is when the Design library is added to the project. I removed the platforms, added back, built the project and using a placeholder works fine.

No Design Library w/ Placeholder using android.widget.Button

nodesignlib

Design Library w/ Placeholder using android.widget.Button

withdesign

@bradmartin
Copy link
Collaborator

withdesign

@FmarquezM FmarquezM changed the title Problem ussing with RadListView Problem using with RadListView Apr 25, 2016
@FmarquezM
Copy link
Author

This solution No Design Library w/ Placeholder using android.widget.Button could be nice for me.
screenshot from 2016-04-26 08 02 42

Thank you very much for your support !!

@bradmartin
Copy link
Collaborator

It's an okay workaround but when the design lib is included it breaks the
listview and the design lib has more components/features than just the FAB.
Hopefully they find a fix soon :)

On Tue, Apr 26, 2016, 1:08 AM F. Marquez notifications@github.com wrote:

This solution No Design Library w/ Placeholder using android.widget.Button
could be nice for me.
[image: screenshot from 2016-04-26 08 02 42]
https://cloud.githubusercontent.com/assets/18644204/14808473/b4263c70-0b85-11e6-8b94-969e6e250d4b.png

Thank you very much for your support !!


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#23 (comment)

@FmarquezM
Copy link
Author

You are right, this morning I got the same issue doing some tests with the nativescript-photoviewer plugin.

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

No branches or pull requests

3 participants