[AC-5743] Android: Use sharedElement transition with listview item
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2018-06-25T08:11:58.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Ahmed Mohamed |
Assignee | Shak Hossain |
Created | 2018-05-20T13:30:48.000+0000 |
Updated | 2018-06-25T08:11:59.000+0000 |
Description
When trying to use Android SharedElement transition with ListView item, we just can use e.source to select target view because we can't use any specific id for any object in the item.
productDetailsWin.addSharedElement(e.source, "productContainer");
I want to know if we can only use transitionName to set the transition?
Another Issue:
when clicking on the item to open a new window it's okay. but when go back to the previous window the transition work with only the last item in the list view.
Hello, We need a sample code for testing the issue. Also, This platform is for bug reporting. For coding support please post your query in the https://community.axway.com/s/ . Thanks.