299
Views
2
Comments
How to implement webview functionality in OutSystems
Question

Hi 

In my Mobile application, I have a requirement in which when the user clicks on the buy button I want to load a bank payment webpage for the transaction when transactions complete webpage redirects to another webpage when that happens I check using redirected URL whether the transaction is successful or not then redirect user accordingly to transaction status screen 


2021-04-09 11-42-43
assif_tiger
 
MVP

Narendra Kothamire wrote:

Hi 

In my Mobile application, I have a requirement in which when the user clicks on the buy button I want to load a bank payment webpage for the transaction when transactions complete webpage redirects to another webpage when that happens I check using redirected URL whether the transaction is successful or not then redirect user accordingly to transaction status screen 


Hi,

think you need to use the InAppBrowser plugin. It is on Forge :)

https://www.outsystems.com/forge/component/1558/inappbrowser-plugin/




UserImage.jpg
Narendra Kothamire

assif_tiger wrote:

Narendra Kothamire wrote:

Hi 

In my Mobile application, I have a requirement in which when the user clicks on the buy button I want to load a bank payment webpage for the transaction when transactions complete webpage redirects to another webpage when that happens I check using redirected URL whether the transaction is successful or not then redirect user accordingly to transaction status screen 


Hi,

think you need to use the InAppBrowser plugin. It is on Forge :)

https://www.outsystems.com/forge/component/1558/inappbrowser-plugin/





I already checked that plugin it opens webview in a new screen and it does not give me any callbacks to check the redirected URL

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.