maximilize

Results 33 comments of maximilize

This is the stack trace I get in `journalctl` when trying to activate this addon in current PopOS which is using GNOME 38: ``` Mai 14 22:19:53 pop-os gnome-shell[1524]: JS...

@pavjacko Is this something which you think is good for renative? If yes, I think about it to implement this config option.

Actually there are quite many TV boxes out there which are not real Android TV, mostly from China. They are not supporting the `LEANBACK_LAUNCHER` category by default, but focus management...

@mihaiblaga89 Please evaluate this in more detail.

The fact that the `now` package always needs downloads a 60 MB binary file on a npm install is quite annoying, especially on slow internet connections (hotels etc.). Also many...

I don't think this issue is related to `react-navigation`, so `headerMode: 'none'` or `'screen'` will not work. This issue happens even when using just a single `View` and switching to...

@manglesh-oodles With the lib https://www.npmjs.com/package/react-native-system-navigation-bar you have some more flexibility. We currently use both libs for our project.

There might be one issue when `clearAll` have to return a promise, this is our solution: ```javascript const CookieManager = { clearAll: async () => {}, }; export default CookieManager;...

When changing `RendererTarget.js` from ```javascript scripts.push(``); // to scripts.push(``); ``` the compilation works, but then it looks like that `HtmlWebpackCompiler` or some other module is changing the `src="..."` to `src="[object...

I just saw that this issue was already addressed in #351 and #367.