diachedelic

Results 117 comments of diachedelic

This seems to be the case with arbitrary bindings (e.g. rv-text and rv-value: http://jsfiddle.net/v001txq3/4/)

And the sub-elements of the rv-if element are updated otherwise: http://jsfiddle.net/v001txq3/6/

Ah...the rv-if binding does not update its subelements at all: http://jsfiddle.net/v001txq3/8/ Is this how rv-if is supposed to work? Is there an alternative to rv-if that updates? I know there...

Oh wow, yeah that works. But why is this only an issue for rv-if? > On 8 May 2015, at 5:25 pm, Tayfun YÜĞRÜK [email protected] wrote: > > @diachedelic https://github.com/diachedelic...

It seems like `rv-if` just does not rebind, am I right? http://jsfiddle.net/h53tfahn/

Oops I forgot to fork that fiddle. I have made a new one which shows the exact problem I'm having: `rv-src` is never rebound if there is an `rv-if` on...

Look at this weirdness - neither `rv-text`, `rv-src` nor `rv-title` are being rebound http://jsfiddle.net/ryL2zqt7/

@nemoneph This appears to be relevant: > OK, here's the new bit in Chrome 88. Intensive throttling happens to timers that are scheduled when none of the minimal throttling or...

From what I can tell, no timers are invoked when `notifyListeners` is called: https://github.com/ionic-team/capacitor/blob/60ffcc36bc4948876b94f1f7a0470c68b6a7e50f/core/native-bridge.ts#L871. @nemoneph has reported that not even `console.log` is successfully called after 5 minutes, so perhaps it...