在我尝试单击“付款”部分中的“付款”按钮时,出现"Uncaught DOMException: Blocked a frame with origin "https://api.razorpay.com" from accessing a cross-origin frame"
错误。使用Codeigniter在服务器中实现了Razorpay。
const browser = this.iab.create('https://**...');
browser.on('loadstop').subscribe((event: InAppBrowserEvent) => {
console.log("LOG: API Response");
console.log(event.url);
})