Masaba Elvis
Masaba Elvis
@guest271314 it won't help because my computer will have already been attacked by the extension.
okay thanks am going to test it out once i finish up a project that am doing. it might have been bittorrent.
Hi, it would also be good if we could have an option to set the page title of the login, register, forgot and reset pages. Then also have options to...
@mjamilasfihani Check the language files.
Hi @madoBaker ionic doesn't fail to install the plugin. What fails is when I try to `ionic serve` the project. Sorry but the plugin is incompatible with `rxjs 6.2.2` also....
Hi did you work on that change. Because I can't trigger the vibration by any other method other than the click of a button
The only required update is the change of the close button. Or is there any setting of not displaying it at all?
You can try disabling hardware acceleration using `app.disableHardwareAcceleration()` ([See the docs](https://www.electronjs.org/docs/v14-x-y/api/app#appdisablehardwareacceleration)). This can also be done by setting the corresponding command line switch for Chromium with `app.commandLine.appendSwitch('force_high_performance_gpu')` as described [here](https://www.electronjs.org/de/docs/latest/api/command-line-switches#--force_high_performance_gpu).