ramesh0452 commented on issue #1465:
URL:
https://github.com/apache/cordova-android/issues/1465#issuecomment-1574093277
@breautek Only on Android 13 device with Android platform 11, we see top
and bottom area invisible. Planned to use
@totalpave/cordova-plugin-insets plugin, but when we try to build the app
using cordova-plugin-insets plugin getting below error.
We observed insets.js file is not in the directory, instead we see insets.ts
in these location 'plugins\@totalpave\cordova-plugin-insets\src\www\Insets.ts'
Discovered plugin "cordova-plugin-insets". Adding it to the project
Installing "@totalpave/cordova-plugin-insets" for android
Error during processing of action! Attempting to revert...
Failed to install '@totalpave/cordova-plugin-insets': Error: Uh oh!
ENOENT: no such file or directory, open
'C:\app\build\plugins\@totalpave\cordova-plugin-insets\www\insets.js'
at Object.openSync (fs.js:498:3)
at Object.readFileSync (fs.js:394:35)
at install
(C:\app\build\node_modules\cordova-android\lib\pluginHandlers.js:162:36)
at ActionStack.process
(C:\app\build\node_modules\cordova-common\src\ActionStack.js:56:25)
at PluginManager.doOperation
(C:\app\build\node_modules\cordova-common\src\PluginManager.js:112:24)
at PluginManager.addPlugin
(C:\app\build\node_modules\cordova-common\src\PluginManager.js:142:21)
at C:\app\build\node_modules\cordova-android\lib\Api.js:155:78
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]