Questions tagged [polymer-1.0]

Please utilize this tag when inquiring about queries specifically related to the initial release of Google's web components library, coined as Polymer version 1.

Revamping a polymer component by incorporating information fetched from API endpoint

For one of my projects, I am facing an issue while updating a property in a polymer element with data from an ajax api call. Oddly enough, I have successfully implemented a similar feature elsewhere in the application where users can dynamically add packag ...

Creating a dynamic template with Polymer 1.0 using automatic data binding and integrating iron-ajax technology

Attempting to utilize iron-ajax for service request in index.html: <body class="fullbleed"> <template is="dom-bind" id="mainTemplate"> <paper-material class="todo" elevation="1"> <span>Mohammed</span> ...

Prevent multiple instances of Home screen app on iOS with PWA

There seems to be an issue with the PWA app not functioning properly on iOS devices. Unlike Android, where adding an app to your homescreen will prompt a message saying it's already installed, iOS allows users to add the app multiple times which is no ...

Data modifications in polymer are not being accurately displayed

I need help with hiding/unhiding a UI element using a button in Polymer. Despite having the necessary elements and code set up, it is not working as expected: <button id="runPredictionButton"> <i>Button text</i> </button> <p ...

Issue: Module 'browser-sync' not found

Whenever I attempt to run gulp serve, an error is thrown. module.js:338 throw err; ^ Error: Cannot find module 'browser-sync' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) ...