This codes work on local server and linux server but not work on tizen phone.
demo1.html is on my localhost and time.php is on my linux server that has public IP. So when I enter 115.xx.xxx.xxx/time.php on browser's address window it is connected well.
But after I run the project in the tizen studio the webapp in Z3 doesn't work. Only the alert run.
I added some policys on config.xml file. https://developer.tizen.org/ko/community/code-snippet/web-code-snippet/how-set-config.xml-accessing-external-server-0
I think the server connection has problem. How can I solve this problem? You can see my tizen web app codes below. Thank you.
index.html
main.js
config.xml
ps. I added <a href="115.XX.XXX.XXX">리눅스 서버 열기</a>
After I click the button. ' This webpage is not available ' alert is shown.
This webpage is not available.
And <a href="http://115.68.229.123/time.php">리눅스 서버 열기</a> is work...