mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04:53 +00:00
Fix initial url
This commit is contained in:
parent
8c0b90eff7
commit
9bc337534c
1 changed files with 5 additions and 0 deletions
|
@ -75,6 +75,11 @@ class OnRamperPageBodyState extends State<OnRamperPageBody> {
|
||||||
initialOptions: InAppWebViewGroupOptions(
|
initialOptions: InAppWebViewGroupOptions(
|
||||||
crossPlatform: InAppWebViewOptions(transparentBackground: true),
|
crossPlatform: InAppWebViewOptions(transparentBackground: true),
|
||||||
),
|
),
|
||||||
|
initialUrlRequest: URLRequest(
|
||||||
|
url: Uri.tryParse(
|
||||||
|
widget.uri.toString(),
|
||||||
|
),
|
||||||
|
),
|
||||||
androidOnPermissionRequest: (_, __, resources) async {
|
androidOnPermissionRequest: (_, __, resources) async {
|
||||||
return PermissionRequestResponse(
|
return PermissionRequestResponse(
|
||||||
resources: resources,
|
resources: resources,
|
||||||
|
|
Loading…
Reference in a new issue