Skip to main content

All Questions

Filter by
Sorted by
Tagged with
-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 ...
abbas's user avatar
  • 1
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 ...
Eduardo Renteria Blanco's user avatar
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 ...
BarBarBinks's user avatar