Neo Mxn0
Neo Mxn0
I try to log the event on both iOS and Android, but onAppEvent() has never been triggered. ``` ``` ``` onAppEvent = (e) => { console.log('{onAppEvent} e: ', e); }...
Hi, I use rc-tween-one with latest version of nextjs ("next": "12.0.7",) and get the compile error: ``` SyntaxError: Cannot use import statement outside a module at wrapSafe (internal/modules/cjs/loader.js:988:16) at Module._compile...
Hi I took a look at the `/src/line-chart.js` . And I can see it support decorator, but I don't know how to use it to make a tooltip when I...
Hi, How can I know if a user closes a book by pressing the close button or pressing the physical back button? Is there any listener for that?
Issue - Hi I'm using FolioReader-Android for my react-native app. As I can see, when I go from background to foreground, logcat show `V/FolioActivity: -> onDestroy ->` **My expectation is:**...
Hi, Is there any way I can catch this exception? Got the debugging info. So that I can send debugging info to my own service (Slack hook, etc.)
I have a chart showing daily data with ~40 points And yearly data with 175 points And I try to make the data fit on the screen so that users...
### What did you get as the error? Clients don't see any change on new deployment in PWA mode because index.html was cached forever in service worker (`cacheFirst`/`cacheOnly` strategy I...
Hi, I'm using prerendered content to show to users **before app was rendered** by Vuejs. I notice the problem with quasar on first load is an white empty content flickering....
I got the error: > Invalid HEX color: "rgba(0,0,0,0.2)" After read the source code, I see this program has not supported to parse the color string from rgb