Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on Mobile Chrome browser New Window does not open on Onclick #269

Open
sazzadhusain2018 opened this issue Nov 14, 2020 · 0 comments
Open

Comments

@sazzadhusain2018
Copy link

sazzadhusain2018 commented Nov 14, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant