mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +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(
|
||||
crossPlatform: InAppWebViewOptions(transparentBackground: true),
|
||||
),
|
||||
initialUrlRequest: URLRequest(
|
||||
url: Uri.tryParse(
|
||||
widget.uri.toString(),
|
||||
),
|
||||
),
|
||||
androidOnPermissionRequest: (_, __, resources) async {
|
||||
return PermissionRequestResponse(
|
||||
resources: resources,
|
||||
|
|
Loading…
Reference in a new issue