Solved QtWebkit qt 5.5 have network problem
-
@c.savur said:
Hiurl that hosted on the same computer.
so you load it with something like
http://127.0.0.1/myfile.html
?
I wonder if it can be a DNS problem if use some other way
for URL. -
Yes, that what exactly What I am doing. But it os not working.
When network disabled, it is working fine but when it is disconnected this problem is happening.
Any other idea that can caused this problem?
-
@c.savur
can you view the page in another browser like chrome? -
yes, I tried Firefox and it is working.
I have solved the problem with setting up the network interface to auto connect. So whenever there is an available network connection, network manager connects automatically.
So this is kind of workaround for the disconnected state.
Thank you for your time.
-
Hi, how did you solve it?
-
@huarda said in QtWebkit qt 5.5 have network problem:
Hi, how did you solve it?
@c-savur
Hi, how did you solve it? -
@huarda said in QtWebkit qt 5.5 have network problem:
how did you solve it?
Isn't the answer in the post from @c-savur : "I have solved the problem with setting up the network interface to auto connect"?
-
@jsulm Is it set in QT? How to set it up? Can you show us the code you solved
-
-
Is it set in /etc/etc/network/interfaces?