mohitk05/react-insta-stories

Progress bar is not showing in embedded ReactJS App in Shopify

mohitmohanwork opened this issue · 4 comments

I am facing a strange issue - the Story progress bar is not displaying when we add it as react embedded App in Shopify; see below recoding - https://www.loom.com/share/ba1a1fe4fd504b87ab9776d0de86172f

The same work fine, in the Standalone React App.

Any help will be highly appreciated.

Hey @mohitmohanwork we faced the same issue. In our css file in the app, we placed this code snippet and it worked on shopify. Actually shopify overrides some places.

div:empty{
display: block;
}

@mohitmohanwork We converted all images to svg, added the durationInterval prop to 3000 (3 seconds). This fixed it. You can view it in action here https://fabbeu.com/ (Bottom Right Purple logo plugin -> Scroll down to 'HOW TO REDEEM CASHBACK'). This is in production.

Also alternatively you can try https://www.npmjs.com/package/stories-react

Hello, closing this issue, please reopen if the issue still persists.