Posts by Diogo Oliveira • 1 point
2 posts
-
0
votes0
answers37
viewsQ: Iframe connection refused
I want to implement an android app from my online site, make a webview, however when trying to pass the link from my site to iframe from Appe try to show the content of the site in the refused…
-
-2
votes2
answers53
viewsQ: How to check if a variable received a new python value?
I have a Thread from a function that inserts data into the database and another Thread that every second receives a new value for a variable, however it may be the same previous value only "new". I…