Sajjad Ali
Sajjad Ali
I just tried this on cloudflare and it's getting 403 Moved Permanently error with null response for access-control-allow-origin. Its because the URL i tried redirects to another URL and that...
Hi, I'm having issue with setting path for local url.. I tried these options but none of them is working. ``` PhotoViewer.show('images/001.jpg', 'Title'); PhotoViewer.show('www/images/001.jpg', 'Title'); PhotoViewer.show('/www/images/001.jpg', 'Title'); PhotoViewer.show('file:///www/images/001.jpg', 'Title'); PhotoViewer.show('file:///android_asset/images/001.jpg',...
First time using Gridsome.. Tried with both WordPress starters. This one and other bootstrap.. Same error on both. What i'm doing wrong? ``` ERROR Failed to compile with 2 errors...
Tried to use liveQuery with Vue TypeScript and I'm getting this error in VS Code. ``` Argument of type 'Observable' is not assignable to parameter of type 'Observable'. Type 'Observable'...
Hi, I'm having issues with setting remote image as wallpaper. Here is my code. JS ```` function wp() { var setWp = $$(".swiper-slide-active").find("img").attr('src'); window.plugins.wallpaper.setImageHttp(setWp); //console.log(setWp); } ```` HTML ```` Set...
First of all, thanks for providing this easy solution. Official SDK config is a mess. I have been trying official sdk earlier with my VueJS application and during compile in...
I'm getting this error. `Uncaught TypeError: Cannot read properties of undefined (reading '$papa')` ``` import { ref, onMounted } from "vue" onMounted(() => { this.$papa.parse(file.value, { header: true, skipEmptyLines: true,...