Adrian Pop
Adrian Pop
@flexdinesh Sorry I've only noticed this now. **Height handling** in the sense that nowadays you can have a phone that when in landscape the width is equal or larger than...
@rehman-00001 I'll have a play around but I think that will do it! The next cool thing would be to specify breakpoint pairs: mobile: [width, height], tablet: [width, height]
> Agree, would find this to be helpful. Right now as a workaround I am having to put static items in the header or footer. How do you make them...
> > How do you make them static? Are those elements outside of the Draglist? > > Yes. Pretty much have to pluck items I don't want to be moved...
Not sure if related but the ePub version when opened on iOS books app, it only has 21 pages
I can replicate the issue exactly as @lilhuge. If I do not trigger codepush, the animation works fine, as soon as codepush lands the animations disappear completely.
@GSTJ If I build the app directly to my device in debug mode I can see animations working correctly, S9. It's definitely on Android side, but Codepush could definitely also...
@matinzd yep just built it for release and installed on device. On first load the animations work fine. EDIT: Similar to production env. However, building in release mode and pushing...
Hey @mschrage I installed it via its own .dmg file, didn't use any Toolbox or installer. One thing I can add is that it happens more often if I switch...
> You can set scale factor for Chrome in launch options: > > ``` > // cypress.config.js > setupNodeEvents(on, config) { > getCompareSnapshotsPlugin(on, config) > > on('before:browser:launch', (browser, launchOptions) =>...