Michael Gangolf
Michael Gangolf
The last bigger part "showing the icon" is not working :disappointed: I can add `activity.getSupportActionBar().setDisplayHomeAsUpEnabled(true);` and it will be visible: https://github.com/user-attachments/assets/57eed705-fc2d-4fcd-8e80-a300d01866e2 but as soon as I click it it will...
any update here? It is still happening with 4.2.0
my workaround was: commenting out `throw new DatabaseQueryException($wpdb->last_query, $wpError->errors);` in DB.php so I can access the page again. After that I could set `remove all data` when uninstalling the plugin....
Tested it on iPhone and iPad and both badges are set correctly now :+1:
In another Alloy project I see some issues: * I use `$.tab_setting.icon = Ti.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory,"icon_profil.png").read();` to assign generated icons to the tabs in the open event and I don't see the...
It's not crashing anymore but please check the "Red" (2nd tab) title in your example: it's at the wrong position at first and then jumps into place when the timeout...
Thank you for the update :+1: Now it looks fine here too.
Thanks @nicholaszein . I use `elementor/frontend/before_render` for the frontend part, that is working already. Just the editor view is broken.
any feedback by the team? Could you reproduce it?
Thanks for the info @nicholaszein . That would be great. That way front- and backend would look the same without the need to change a setting. We extend normal widgets...