在React Native中自动关闭CustomTabs

时间:2017-12-28 10:47:06

标签: react-native android-customtabs

我想自动关闭CustomTabs。我在CustomTabs中添加了sagepay网关,它工作正常但在成功页面上它的返回数组。我希望将该数组恢复到应用程序并关闭CustomTabs。如何将该数组作为来自自定义选项卡中打开的URL的响应返回到应用程序中。 自定义标签的代码: -

url = 'https://www.example.com/newsagepay/newtest.php?&customerSage='+isuerID+'&checkSage=1';

CustomTabs.openURL(url,{ toolbarColor: '#607D8B',enableUrlBarHiding: true, showPageTitle: true, enableDefaultShare: true, 
animations: ANIMATIONS_SLIDE}).then((launched: boolean) => {                                                        
    console.log(`Launched custom tabs: ${launched}`);
}).catch(err => {
    console.error(err)
}); 

0 个答案:

没有答案