Commit ef14713
committed
fix: also enable predictive back navigation if hardwareBack is false
Context: If it is false, it means we want to simply close the WebView and not navigate to the previous URL. This means that we can simply use predictive back navigation instead of handling this case in the `onBackPressedCallback`
References: https://outsystemsrd.atlassian.net/browse/RMET-43351 parent ff49db6 commit ef14713
1 file changed
Lines changed: 5 additions & 10 deletions
File tree
- src/main/java/com.outsystems.plugins.inappbrowser/osinappbrowserlib/views
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 113 | + | |
| 114 | + | |
121 | 115 | | |
122 | 116 | | |
123 | 117 | | |
| |||
403 | 397 | | |
404 | 398 | | |
405 | 399 | | |
| 400 | + | |
406 | 401 | | |
407 | | - | |
408 | | - | |
| 402 | + | |
| 403 | + | |
409 | 404 | | |
410 | 405 | | |
411 | 406 | | |
| |||
0 commit comments