eclipsesource / eclipsesource/tabris-js

Allow injecting cookies into a webview

Open
#858 4 comments 0 reactions 0 assignees View on GitHub
api feature
Dominant language
JavaScript
Stars
1.4k
Forks
171
PR merge metrics
No merged PRs in 30d

Description

We requiere a way to set cokies for http-requests made from inside a web view. Since the `document.cookie` browser API can be used inside a web view, an `executeScript` or `eval` method on webview may suffice (See #667). However, since the page may send requests before the page is fully loaded, we would requiere some kind of mechanism to execute a script as early as possible. Therefore we may also want to consider an explicit support for this feature, like `webView.setCookie(k,v);`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.