79258994

Date: 2024-12-06 18:31:37
Score: 0.5
Natty:
Report link

if you use capacitor import

import {App} from "@capacitor/app";

    this.platform.ready().then(async () => {
      const info = await App.getInfo();
      console.log(info.version)
    });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Basem Olimy