blog

March 10, 2021

IMPORTING MYSQL DATABASES VIA SSH

Servers without a control panel (like cPanel or Plesk) don’t have phpMyAdmin installed. To manage databases without a control panel, you need to use the SSH […]
January 5, 2021

Magento 2.3: how to fix blank admin page not rendering windows

This is Magento bug. Wrong paths to Windows are generated. The fixed fix is Magento 2.3.0 /vendor/magento/framework/View/Element/Template/File/Validator.php:114 the string $realPath = $this->fileDriver->getRealPath($path); $realPath = $this->fileDriver->getRealPath($path); to […]
January 5, 2021

Share Screen On Click WebRTC

function sharescreen(){ let displayMediaOptions = {video: true, audio: false};navigator.mediaDevices.getDisplayMedia(displayMediaOptions).then(function(stream){video_el.srcObject = stream;}) }
January 5, 2021

Uninstall/Remove Nativescript

npm uninstall -g nativescript (for global installations)ornpm uninstall nativescript (for local installations)
January 5, 2021

Not able to load local file in WebView Nativescript Angular

your local file should be added in the webpack.config.js in the CopyWebpackPlugin section From new CopyWebpackPlugin([{ from: { glob: “fonts/” } }, { from: { glob: “/.jpg” } }, { […]
0
Contact us

We are glad that you preferred to contact us. Please fill our short form and one of our friendly team members will contact you back.


    X
    Request a Quote