Dimitri Fabien IACHI

Results 17 comments of Dimitri Fabien IACHI

@kloopler Your solution works perfectly fine! Thanks a lot. ❤️ Can you push a merge request? cc @katzer

I created a PR by taking the fix of @kloopler : https://github.com/katzer/cordova-plugin-printer/pull/292

Thanks @1nstinct for finding the origin of the bug ❤️. Personally, I added a check in the isIOS variable on a fork of the project. `|| window.cordova.platformId === "ios"` I...

Hi @lwd8cmd 👋🏻 I have found a bypass solution to this problem on other GitHub issue and I wanted to share with you : https://github.com/tinymce/tinymce-vue/issues/48#issuecomment-730715484 I copied your codepen to...

Hi @bilalsaeed, I think ionic v3 uses another version of the Android SDK and therefore the fix I made is not suitable for this version. Have you tried the original...

Hi @panawe I too have had problems with margins when implementing this cordova plugin. Try using the following params : ``` { border: true, photo: true, } ``` This is...

The Backpack\CRUD\app\Library\CrudPanel\Traits\Fields@hasUploadFields check that the field has the upload attribute as true value. If we add it in the `modifyField` the enctype is added well. I think that it is...

Hey pxpm 👋🏻 Thanks for your return, I confirm that by doing ```CRUD::setFromDb();``` and ```CRUD::field('path')->withFiles();``` this works perfectly 👍. The enctype is correctly added to form. Do you think it...

Thank you @pxpm for your feedback and your help. Even if this problem is not corrected, I think it is a good idea to leave the issue open to help...

I noticed the same problem on my side using TinyMCE in repeatable fields and changing the order. I think that the instance of the TinyMCE object is based on a...