python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Observe backForwardList changes of WKWebview
To explain my problem I would like to start with the fundamentals of my project.
We are building an app which employs a web view which loads a lot of different websites (web apps) to form our app pack...
TeeJaay
Votes: 0
Answers: 1
Ajax calls on Vivaldi take increasingly longer time until page is reloaded
In my Javascript/jQuery app, I make an Ajax call like this:
var t1 = new Date().getTime();
$(target).load(url,function() {
var t2 = (new Date().getTime() - t1) / 1000;
console.log("ajax call ...
Arne M
Votes: 0
Answers: 1
history.pushState() not working properly on phone
I have a chap app where user first fills up a form then they are redirected to the chat page. Now the problem is when user clicks the back button they goes back to the login form.
So I used this code ...
user13302816
Votes: 0
Answers: 0
Replace only last path part in URL not parametres
I can change the last part (in the URL: child) of the URL, but if the URL's parameters exist, these parameters are deleted by this change (?para=1¶=2).
Is there a way to not delete the paramet...
user12799634
Votes: 0
Answers: 1