NathanaelA / nativescript-orientation

A NativeScript plugin to deal with Declarative UI and Screen Orientation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

page._refreshCss is not a function - NativeScript 3.3.0

elvismercado opened this issue · comments

After updating to nativescript 3.3.0 and version 2.0.0 of this package app crashes on launch.

Screenshot of error:
screen shot 2017-10-31 at 09 57 47

As a temporary fix I removed line 301 in orientation.js and the problem no longer occurs.

Neither page._refreshCss() or page._resetCssValues() seem to exists

I have the same issue.

Yeah, TNS 3.3 removed this function. I have v2.01 that I will be releasing in the next hour or so that fixes this issue. ;-)

This is now fixed in 2.01 which I just released. Plus the docs now show how to use the cool .landscape on all the screens in Angular.

great. thnx for being so fast