com.crossx.webkit.sdk.cocos
v0.0.0-beta.1
Published
CROSSx Webkit SDK for Cocos Creator (in-app browser bridge for ramp/CrossPay).
Maintainers
Readme
CROSSx Webkit SDK for Cocos Creator
WebView/WebKit bridge package for CROSSx Cocos integrations.
This package follows the Unity split:
CROSSx.Sdk.Cocos: login, wallet, signing, transactionsCROSSx.Webkit.Sdk.Cocos: Ramp, CrossPay, and other WebView-based flows
Public API
openWebkit(url)openRamp({ url })openCrossPay({ url })
The main CROSSx.Sdk.Cocos package owns CrossPay checkout creation and polling,
matching the Unity SDK. This Webkit package only opens URLs.
Platform Strategy
- Android: native bridge to CROSSx Webkit SDK
- iOS: native bridge to CrossWebAuthKit/WebKit flow
- Windows: native/default browser bridge with callback handling
- Web: simple URL open fallback until the deployed web SDK is integrated
