responsively-app
responsively-app copied to clipboard
In Polymer it uses shadow root so events are not communicated across the emulated devices. Live CSS editor not selecting the DOM inside the shadow root elements.
✍️ Description
The app is not working properly for our website , its built using polymer, its a product of our company so no more info can be provided
🔬 Minimal Reproduction
The issue is if i login in one device it doesnt get synced in all other devices
🌍 Your Environment
polymer, node.js
@manojVivek @jjavierdguezas
Also if possible can you explain how the event mirroring is implemented
Hey @Optimus2297 :wave:,
Thank you for opening an issue. We will get back to you as soon as we can. Have you seen our Open Collective page? Please consider contributing financially to our project. This will help us involve more contributors and get to issues like yours faster.
https://opencollective.com/responsively
We offer
priority
support for all financial contributors. Don't forget to addpriority
label once you become one! :smile:
Similar issue with https://sgb.vercel.app/. It renders perfectly in Chrome, breaks in desktop and mobile mode when rendering through responsively. Looks like the CSS flex gap property is not working.
@ganapativs flex-gap
issue is tracked with #582.
@ganapativs
flex-gap
issue is tracked with #582.
But we are not using flex-gap in our application. so what might be causing this, we are passing url parameters in the url.
Hi @Optimus2297, could you please provide more information on what is not working properly? Any information could help us understand what your problem is. Ideally, if you can provide a sample app where we can reproduce it, the better
Hi @Optimus2297, could you please provide more information on what is not working properly? Any information could help us understand what your problem is. Ideally, if you can provide a sample app where we can reproduce it, the better
sorry @jjavierdguezas its a product, so cant give any more info
In Polymer it uses shadow root so events are not communicated across the emulated devices. Live CSS editor not selecting the DOM inside the shadow root elements.
In Polymer it uses shadow root so events are not communicated across the emulated devices. Live CSS editor not selecting the DOM inside the shadow root elements.
yes, the application is in polymer, so is there any way to fix this issue?