Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Classic Chat / Need HTML5 Export Help

Author
Message
David_L
6
Years of Service
User Offline
Joined: 22nd Jan 2018
Location:
Posted: 22nd Mar 2018 14:46
When exporting to HTML5 it seems as though a lot of functionality is not present. Is there any way to get any data out of the HTML5 wrapper. The write file functionality does not work, and none of the http call functionality works.

So for example this code does not seem to work in html5 export

file=OpenToWrite("test123aa.html",0)
WriteString(file,"hello<br>how are you?")
CloseFile(file)

or this code

SendHTTPRequestASync(https, TheURL$)
Mobiius
Valued Member
21
Years of Service
User Offline
Joined: 27th Feb 2003
Location: The Cold North
Posted: 22nd Mar 2018 16:10
File writing is blocked as HTML5 is more sandboxed than android/iOS. (Or so I believe)
David_L
6
Years of Service
User Offline
Joined: 22nd Jan 2018
Location:
Posted: 22nd Mar 2018 17:42
Can you think of any way to get data out of the APP? if no file write and no HTTP calls, do you know if the IP sockets work? Or can you think of anything?

Login to post a reply

Server time is: 2024-09-30 15:16:14
Your offset time is: 2024-09-30 15:16:14