Defold 1.2.134
This release makes it possible to specify a screen position and size of webviews on mobile, it’s now also possible to display multiple webviews simultaneously. The webview callback now also receive the current URL loaded on both Android and iOS.
Native extensions for Android can now hook into the onActivityResult
method of the main activity.
Engine
-
DEF-1973
- Added: API to set position and size of webviews. -
DEF-2878
- Added: Support foronActivityResult
callbacks for Android NE. -
DEF-3368
- Fixed: Supply current webview URL in the callback for iOS. -
DEF-3249
- Fixed: Mismatch in precision keywords between builtinmodel.vp
andmodel.fp
. -
DEF-3383
- Fixed: Editor now builds custom engine if only an app manifest is specified. -
DEF-3298
- Fixed:null
accesses crash in the Android IAP module. -
DEF-3381
- Fixed: Crash issue when getting default sample rate from AudioManager (Android). -
DEF-3316
- Fixed: Crash if AndroidREAD_PHONE_STATE
permission is missing. -
DEF-3283
- Fixed: Google Chrome AutoPlay Policy Change breaks audio playback.