But now, what should I do with the local file? I need to use both the files, because the only way I can check if the email is valid or not is through the first file, verifyemail.html
. The second file’s task is to encrypt text, encodedata.html
.
I send the encodedata
file some text I need to encode through the web-viewer POST message method, and then receive the encoded data through the received message
event; and then use the encrypted data further.
The files worked all the time through the web-viewer. Everytime I would successfully get the email validation & the encoded data. The problem is, it just crashes my app.
Is there any way you could suggest, so not only I could use the local files with the web-viewer, but also prevent my app from crashing?
Thanks a lot!