v2.3.0
SDK
- Feature: Added separate public
MiniAppUserInfoDelegate
to communicate with the host app to getUserName and getProfilePhoto. Interfaces will be called only if user has agreed to the respective custom permission. i.erakuten.miniapp.user.USER_NAME
for getUserName andrakuten.miniapp.user.PROFILE_PHOTO
for getProfilePhoto. - Feature: Added support for Javascript bridge interface for User Info detail retrieval from Mini app.
getUserName()
andgetProfilePhoto()
. - Feature: Added a default sharing controller in the SDK for
MiniAppMessageDelegate.shareContent
. This means you are no longer required to implement this method and can instead choose to use the default functionality provided by the SDK if you wish. - Feature: Added support of
playsinline
andautoplay
instruction ofvideo
html tag. - Fixed: Links in the external webview that targeted
_blank
were not functioning. This has been updated so that these links will open in the same webview. - Fixed:
tel:
links were not working in the external webview. - Deprecated:
MiniAppCallbackProtocol
has been deprecated and replaced withMiniAppCallbackDelegate
.MiniAppCallbackProtocol
will continue to function as atypealias
forMiniAppCallbackDelegate
, however it will be removed in the next major version.
Sample App
- Feature: Added sample implementation for Retrieving Username & Profile photo from Mini app
- Feature: Added search field for mini app list.