Change css styles in webview
问题 I load the page through web viewing in NativeScript, I need to hide some blocks of elements. What is the option to insert css in html I received? Or what are the alternatives? I did not find the answer to my question: c page.xml // XML to display the page <GridLayout class="page-content"> <Label row="1" text="{{ result }}" style="text-align:center; z-index:99" /> <WebView row="2" loaded="onWebViewLoaded" id="myWebView" src="{{ webViewSrc }}" style="z-index:1"> </WebView> </GridLayout> page.ts