All Questions
Tagged with capacitor-plugin ionic7
3 questions
-1
votes
1
answer
67
views
Newly Generated capacitor plugin and podfile
I am developing an Ionic Capacitor plugin on the macOS operating system. When I use the command:
npm init @capacitor/plugin plg-download-manager
to create the plugin, only the Sources and Tests ...
2
votes
1
answer
83
views
Sqlite SELECT last_insert_rowid() as lastId returns 0
In a Ionic 7/Angular 18 project I need to save Ventas (sales) and the products belonging to that sale in an SQLite database so I save the venta and then the products.
As I need the idventa to have the ...
2
votes
2
answers
1k
views
How to Use Capacitor Google Maps Plugin with Ionic 7 Modals
No matter how much I try to hide HTML elements, make them transparent, not visible o not display them at all, I haven't found a specific way to make the HTML elements transparent enough to use ...