Atom-Technologies / atompaynetz-flutter

Other
0 stars 1 forks source link

WebView does not load on ios device. #1

Open nitin-codewave opened 4 years ago

nitin-codewave commented 4 years ago

Have this in my build(), but for some reason the webiew/page does not load on ios.

WebviewScaffold( url: "https://payments.atomtech.in/paynetz/epi/fts?login=197&pass=Test@123&prodid= NSE&amt=1000&txncurr=INR&txnscamt=0&clientcode=00=&txnid=1022&date=02/06/2020 16:50:00&custacc=00&ru=https://atomtech.in/atomfluttersdk/index.php&signature="+signature", appBar: new AppBar( title: new Text("Atom Payment Page"), ), ),

ervinod commented 3 years ago

Have this in my build(), but for some reason the webiew/page does not load on ios.

WebviewScaffold( url: "https://payments.atomtech.in/paynetz/epi/fts?login=197&pass=Test@123&prodid= NSE&amt=1000&txncurr=INR&txnscamt=0&clientcode=00=&txnid=1022&date=02/06/2020 16:50:00&custacc=00&ru=https://atomtech.in/atomfluttersdk/index.php&signature="+signature", appBar: new AppBar( title: new Text("Atom Payment Page"), ), ),

Have you resolved this issue ?

big89 commented 1 year ago

It seems url https://paynetzuat.atomtech.in/paynetz/epi/fts no more working now.

Please confirm.