Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

303
Views
"Navigation is Blocked" message on Chrome 99 / Android devices

I am managing some payment pages now.

Some online mall creates an Iframe and call our payment page.

When I click button with Chrome 99 on Android devices,

"Navigation is Blocked" message shows on browser dev console.

The code was perfectly worked before.

example code in iframe(not sandboxed) ↓

<script type="text/javascript">
function install() {
    window.top.location.href = 'market://details?id=com.some.package.name';
}
</script>

<button type="button" onclick="javascript:install();">install</button>

It is weird that this error occurs not only our payment page, but also other company's payment page.

Does anyone have similar problems? just show your case. thanks.

  • I read posts about "Navigation is Blocked" appears when open some links without an user event.

  • All docs and resources are using https protocol with reliable SSL certificates.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

problem solved.

I ve modified "window.top.location.href" to "location.href".

I think that child element seems no longer have access to parent elements.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!