You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
on Mobile Chrome browser New Window does not open on Onclick. Notification appers but onclick it does nothing on mobile chome browser. but in computer browser it works.
I am using this code:
tag: 'p'+lsobj.dta[i].r,
body: lsobj.dta[i].m,
icon: lsobj.dta[i].i,
requireInteraction: (uam == 1) ? true : false,
timeout: (uam == 1) ? 0 : 10000,
onClick: function () {
var u = this.tag;
u = "https://www.mydomainname.net/noty.php?ref=" + u.substr(1);
window.open(u);
window.focus();
},
onClose: function () {
this.close();
},
Waiting for your reply
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
on Mobile Chrome browser New Window does not open on Onclick. Notification appers but onclick it does nothing on mobile chome browser. but in computer browser it works.
I am using this code:
tag: 'p'+lsobj.dta[i].r,
body: lsobj.dta[i].m,
icon: lsobj.dta[i].i,
requireInteraction: (uam == 1) ? true : false,
timeout: (uam == 1) ? 0 : 10000,
onClick: function () {
var u = this.tag;
u = "https://www.mydomainname.net/noty.php?ref=" + u.substr(1);
window.open(u);
window.focus();
},
onClose: function () {
this.close();
},
Waiting for your reply
The text was updated successfully, but these errors were encountered: