NETWEBEND

Previous topic - Next topic

MrPlow

Hi Guys

My most recent update of AE looks to have caused an issue for Netwebend links from my app.

Anyone else have this issue - any fix?

Comp:
Speccy-48k, Speccy-128k, Amigas, PCs

spacefractal

#1
im fix that issue in the next version of AE, regaardles its a glbasic core issue or not. That command should have used the new java call methods, but its dosent do that, which was missed.

EDIT:
try AUTOESCAPE FALSE

In the source code its seen the app will end after this command when that is set to true. Absoulutty this should not been happens on Android really.

Im do have to ask why this is required?
   if(glb_allow_escape())
      __ShutDownGLBasic();

There is no reasons to do that anymore and absolut if the program fails to execute the browser, either its should not quit the app, or nothing should been happens at all.
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

MrPlow

This is what I have


SYSTEMPOINTER TRUE
ALLOWESCAPE FALSE
AUTOPAUSE TRUE

and then I have a button that links to paid version
like so...
NETWEBEND "amzn://apps/android?p=com.gazzappergames.galaxyforce"

As soon as the app trys a netwebend it shuts down.
Comp:
Speccy-48k, Speccy-128k, Amigas, PCs

spacefractal

the command is now fixed for Android for few days ago, so grab the new AE update. Its was fix required in two cpp files, so its not easy to just update it by your self (due glb source code is required here). Its now behave much better and the app dont even close under the popup. ALLOWESCAPE does no longer effect to this command (for Android).
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

MrPlow

Super thanks
Comp:
Speccy-48k, Speccy-128k, Amigas, PCs

MrPlow

Hi
New code works better but see bug report for issue with using while music plays.
Comp:
Speccy-48k, Speccy-128k, Amigas, PCs