官术网_书友最值得收藏!

Disabling the homescreen prompt

The beforeinstallprompt event can also be used to suppress Chrome's automatic prompt. This time, like breaking the default form submission, call the preventDefault function and return false:

window.addEventListener('beforeinstallprompt', function(e) { 
  e.preventDefault(); 
  return false; 
}); 

This will block the behavior in Chrome. Right now, I don't know how to suppress the prompt on other platforms as they do not support the beforeinstallprompt event yet.

主站蜘蛛池模板: 巩留县| 柯坪县| 壤塘县| 阿勒泰市| 宜昌市| 醴陵市| 泗洪县| 成武县| 清流县| 屏东县| 濉溪县| 梅州市| 阿勒泰市| 陇西县| 电白县| 历史| 迭部县| 福贡县| 永吉县| 泸定县| 大埔区| 交城县| 长汀县| 治县。| 射洪县| 会东县| 罗定市| 科技| 三明市| 方正县| 金乡县| 长沙县| 栾川县| 吴江市| 晋城| 家居| 湘阴县| 芜湖市| 河北区| 安化县| 台北市|