Android Question Upcoming versions will block content-initiated top frame navigations to data: URLs. For more informa

MaaMoz

Member
Licensed User
Longtime User
Hello Erel,

When executing the following code (which will jump to a location in my local Html doc:

wvx.executeJavascript(wbBiFull,"window.location.href='#v25'")

.... The following message is displayed:

Upcoming versions will block content-initiated top frame navigations to data: URLs. For more information, see https://goo.gl/BaZAea. in file:///#v25 (Line: 0)

Questions:
- What should I do to avoid this?
- How will I be able to jump to a location in my locally created content on a local Html file?

Thank you for your excellent program and help.

Greetings
 

francoisg

Active Member
Licensed User
Longtime User
Any answer to this question? I am facing the same warning where I attempt to pick up a click on a web page and execute custom code in the B4A app, which is not working anymore.

Sorry, the issue was "Release (obfuscated)" - fixed by adding the "_" character to the end of the sub to be called ...
 
Last edited:
Upvote 0
Top