Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 526ccba

Browse files
committed
[[ Bug 22400 ]] Allow http connections on Android browser
This patch allows http connections if the user checks the appropriate checkbox in the Android standalone settings.
1 parent 722103b commit 526ccba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
-779 Bytes
Binary file not shown.

Toolset/palettes/standalone settings/revstandalonesettingsandroidbehavior.livecodescript

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ on updateSettings
9393
put computeDefault(tSettings["android,nfc"], false) into tNFC
9494
set the hilited of button "NFC Tag Reading" to tNFC
9595

96+
local tAllowHttpConnections
97+
put computeDefault(tSettings["android,allow http"], false) into tAllowHttpConnections
98+
set the hilited of button "Allow Http Connections" to tAllowHttpConnections
99+
96100
repeat with i = 1 to the number of groups of group "device capabilities"
97101
get tSettings["android,device capabilities"][the short name of group i of group "Device Capabilities"]
98102
if it is "true" then

0 commit comments

Comments
 (0)