[TIMOB-6827] Webview: enable private browsing and reset history
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 1.7.5, Release 1.8.0.1 |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Federico Casali |
| Assignee | Eric Merriman |
| Created | 2011-12-21T14:13:32.000+0000 |
| Updated | 2018-08-02T17:31:49.000+0000 |
Description
When defining a webview, the canGoBack() and canGoForward() methods are returning false as expected.
After defining at least two urls, canGoBack() method returns true.
Customer is asking to be able to assign a new url without having any page history. Also, there is no reset method or functionality to empty history.
No comments