Shah Khalid
Shah Khalid
I am trying to add data for home page `/` but it not matching with the home page eg. `http://example.com `
Is there any way to include some relations while saving a record?
``` LandingPage .with('landingPageSections') .first() .then((res) => { const data = res.getData(); const landingPageSections = data.getLandingPageSections(); }) .catch((errors) => console.log(errors)); ``` > RangeError: Maximum call stack size exceeded > at String.replace...
I am only getting notification in android but mp3 file is not getting played. ``` var url = "MP3_FILE_URL"; ReactNativeAudioStreaming.play(url, {showIniOSMediaCenter: false, showInAndroidNotifications: true}) ```
Hi! Trying to implement subscription for an app. An alpha release of the app is available on google play store. The product can be subscribed successfully. But i am always...
``` $mustache = new \Mustache_Engine(); $variables = [ 'first_name' => 'Jackie', 'last_name' => 'Chain', ]; dd($mustache->render('{{last_name }}', $variables)); ``` In this case my output should be `{{last_name }}` but now...
This can be also reproduced on https://react-email-editor-demo.netlify.app/ https://github.com/unlayer/react-email-editor/assets/8138036/a67d0ec0-e28a-4a8e-9075-818730067edd
I am trying to implement native ads. `createNativeAd` is working fine. But `onAdLoaded` never get fired. ``` FacebookAds.createNativeAd('XXXXXX_XXXXXX',(success)=>{ alert('Native Ad Created'); // },error=>{ alert("Error :"+error); }); ``` // Never Fired...
I am getting the following error when use this plugin: ``` Uncaught TypeError: Cannot create property 'event' on string 'parallelAxisExpand' at Object.C [as registerAction] (echarts.js:2050:1) at Object. (parallelAxisAction.js:64:1) at e2...