Christian Petrov

Results 37 issues of Christian Petrov

### Problem description For apps that work with remote data, it would be advantageous to determine the network state of the user's device in order to be able to e.g.:...

feature
android
ios
js

### Problem description There are various ways to launch an app other than opening it through the app launcher, e.g.: * tapping on a notification * calling custom URLs *...

feature
api
android
ios
js

### Problem description `app.launch()` launches apps in the task of the calling app per default. Provide an option that enables the `Intent.FLAG_ACTIVITY_NEW_TASK` flag enforcing the target app's activity to open...

feature
android

### Problem description When using the `-l, --log-requests` flag, the CLI logs some basic information to the console about requests and responses, like method, URL and status code. It would...

feature
cli

### Problem description When disposing a container right after its children have been moved to another container, those children will not be laid out. It seems that the dispose operation...

bug
js

**Is your feature request related to a problem? Please describe.** Currently, when a replacement is not defined, Eta will render `undefined` in its place: ```js const eta = new Eta()...

### Problem description Previously, when `controlsVisible` was `false`, the controls appeared in an overlay when the user tapped on the video. In Tabris.js 3.9.0, the controls don't appear anymore upon...

bug

### Problem description Widget properties like e.g. `left` and `height` are exposed as class fields in the Tabris.js typings. However, at runtime, they are actually defined as accessors. While it...

bug

### Problem description Sending a `HEAD` request raises an exception: ``` TypeError: Receiver is detached slice@[native code] _initBody@http://...:8081/node_modules/tabris/tabris.min.js:1:156754 Response@http://...:8081/node_modules/tabris/tabris.min.js:1:159191 @http://...:8081/node_modules/tabris/tabris.min.js:1:160299 trigger@http://...:8081/node_modules/tabris/tabris.min.js:1:17197 $trigger@http://...:8081/node_modules/tabris/tabris.min.js:1:27466 _notify@http://...:8081/node_modules/tabris/tabris.min.js:1:43843 _notify@[native code] ``` This works as expected...

bug
ios
2.x

### Problem description Despite using `app.trustedCertificates` to configure a self-signed certificate as trusted, `fetch()` throws an error when sending a REST request to a server using that certificate: ``` TypeError:...

bug
ios