Saeid Mohadjer
Saeid Mohadjer
On desktop browsers I can scroll the page when calendar is open without calendar disappearing. On iPad if I swipe the page calendar disappears. This could be due to script...
It would be nice to be able to install this via npm using a github link. Right now npm complains with following errors when I try to install it using...
I have a page with these two scripts: ``` ``` When I open the page in IE11, I see this error in console: ``` SCRIPT5007: Object.getOwnPropertyNames: argument is not an...
I want to use templates that are located on a different server, but I can not assign the path of remote folder to TEMPLATE_FOLDER. Here is the example path for...
**The issue occurs while working with:** (check one with "x") - [x] *app.storyblok.com (CMS - Interface)* - [x] *api.storyblok.com (CMS - Content Delivery API)* - [ ] *mapi.storyblok.com (CMS -...
I'm loading ajv and ajv-errors from cdn and importing them into my javascript (no framework), but for some reason I still get default error messages from ajv instead of custom...
I see that there has not been any commits since a few years and am wondering if the project is still being maintained. And if not, is there any alternative...
When the infoWindow of a marker is visible and we click on a cluster somewhere else on the map, the map zooms and centers on the marker with infoWindow instead...
If I have in projectConfig.js this: ``` externalResources: { '@webcomponents' : [ 'webcomponentsjs/webcomponents-bundle.js', 'webcomponentsjs/webcomponents-bundle.js.map' ] ``` Only the .js file ends up in vendor and not the .js.map file. Please...