jiadong.chen
jiadong.chen
Is there anyway to add a metrics of Metric Log Filters into dashboard? I created a customized metrics like flowing, but in dashboard I only can find Errors,Throttles,Invocations and Duration....
plugin version: @nativescript/secure-storage 3.0.0 I followed the readme blow but nothing changed.  This is the way I add disableFallbackToUserDefaults.  I checked the node_modules's javascript file and I found...
I want show a modal which is displayed with a focus textfield and a soft keyboard. So I programed following code. ``` this.$showModal(sampleModal, { animated: true, cancelable: false, android: global.isAndroid...