on 2023 Mar 07 10:11 AM
HI Experts,
I have a requirement for digital signature pad in SAP UI5 Application and it is working fine running application with index.html, where I am adding script of Signature-pad in index.html file, whereas it is throwing error 'SignaturePad is not defined' in Fiori Launchpad. How can I add Signature-Pad library in launchpad? Below is the error I am facing in launchpad :-
Thing I have tried:-
1. Installing the library inside my project using npm install --save signature_pad (no luck).
2. Downloading library and calling inside controller (no luck).
3. Adding library in manifest.json file i.e "js": [ {"uri": "/your/lib/name.js" } ] (no luck).
Can someone please help, why after adding and installing the signature library it is not working in launchpad?
Thanks in advance..!!
Request clarification before answering.
Have you tried this one ? https://www.npmjs.com/package/ui5-tooling-modules
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can suggest you as far as I understood your problem see the f12 developer options whether the external files are downloaded or not in the network tab at the time of the signature pad error occured
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
63 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.