hoi4
hoi4
FYI, @liamdebeasi :)
@liamdebeasi issue created and linked ✅
This is currently blocking us from upgrading to Angular 16 which does not support ViewEngine libraries anymore. I would highly appreciate releasing this change :)
An alternative approach that I went for is to just copy the respective files and put them into your project directly. In the end, this library is "just" a wrapper...
I have been using `width="400"` before. Using `width="400px"` causes the library to error. A temporary fix is to use `width="399px"`
When disabling the "Typography" option in the plugin, the new typography variables are exported to the json file: The problem for me is that when enabling the "Typography" option in...
Added a sample repository with the Ionic tabs starter project. Also added the code of the suggested fix (commented out in `MainActivity.java`)
I went down the rabbit hole a bit further and came up with the following overall solution. For api levels < 35, we manually set the layout margins. This is...
It seems the keyboard behavior is also broken when targeting Android 35. The height of the webview is not reduced anymore when the software keyboard is visible causing inputs etc....
@gcarpi Thanks! The respective code for `resizeOnFullScreen: true` also updates the `LayoutParams` when the keyboard is visible ([link](https://github.com/ionic-team/capacitor-plugins/blob/10cf0ed6c943b3e7b35daeea20dfdbbce37206b2/keyboard/android/src/main/java/com/capacitorjs/plugins/keyboard/Keyboard.java#L125)). So the outcome is exactly the same 👍🏻