Html5 API Tutorial in Urdu 2018: Html5 Push Notifications API | JavaScript Push Notifications API




Hello Friends,
Welcome to another #Html5 API #Tutorial in #Urdu 2018 by perfect web solutions. in this video tutorial, we will learn that what is notification API in html5 and how to use notification API.

Friends, agar meri explanation main koi cheez aap ko samaj nah aa rahi ho to aap neechay comment kar saktay hain taa k main next video main pehlay usay explain karoon phir next vide tutorial ko start karoon. I read all the comments. aap twitter par be apnay questions send kar saktay hain with hashtag #pwsjlmpk k sath

If you like the video, then please do like it, then subscribe to our channel for more videos and don’t forget to press the Bell Icons.

اگر آپ کو ہماری ویڈیوز پسند آ رہی ہیں، تو برائے مہربانی لائک بٹن کو پریس کرنا مت بھولئےگا۔ اور اس کے بعد چینل کو سبسکرائب بھی ضرور کی جئے گا۔ اور بیل کے بٹن کو دبانا مت بھولئےگا۔
بہت بہت شکریہ

यदि आप वीडियो पसंद करते हैं, तो कृपया इसे पसंद करें, फिर हमारे चैनल की अधिक वीडियो के लिए सदस्यता लें और बेल आइन्स को दबाकर न भूलें।

Visit our Fan page on Facebook: https://www.facebook.com/perfect.web.solutions.jhelum
Visit our Fan Page on Twitter: @pwsjlmpk
our WhatsApp group: https://chat.whatsapp.com/6tSVUlX2ltCIsWe6b3UtlU
Visit our Official Website: http://www.bestsoftpro.com

-~-~~-~~~-~~-~-
Please watch: “Part 32 Angular Tutorial Series in Urdu 2018: Angular 7 Installation | Adding Material in Angular 7”

-~-~~-~~~-~~-~-

Original source


8 responses to “Html5 API Tutorial in Urdu 2018: Html5 Push Notifications API | JavaScript Push Notifications API”

  1. Sir Notification arha ha jab allow pa click karo tw agy nahi chal raha.. ??? <script>

    window.onload=function(){

    Notification.requestPermission(status=> {

    if(status == 'granted'){

    new Notification('Notification Title',{body:"This is sample notification",icon:"train-icon.png",});

    notification.onclick=function(event){

    alert('You click notification');

    }

    }

    if(status=='denied'){

    }

    });

    }

Leave a Reply