react-native-inappbrowser icon indicating copy to clipboard operation
react-native-inappbrowser copied to clipboard

how can we close the inappbrowser when have detect redirect to another page?

Open jianloong92 opened this issue 1 year ago • 8 comments

how can we close the inappbrowser when have detect redirect to another page?

jianloong92 avatar Dec 01 '23 03:12 jianloong92

on iOS you can call the close() function. On Android you cannot close it as far as I know.

krini avatar Jan 10 '24 11:01 krini

@krini but how to detect specific url that inappbrowser is currently in ?

arsencenko avatar Mar 06 '24 13:03 arsencenko

@krini but how to detect specific url that inappbrowser is currently in ?

You can not. If you close it, it is probably because you know the flow is done e.g. by polling a status endpoint.

krini avatar Mar 06 '24 19:03 krini