问题
I am creating an application using "IPhone, Phonegap, & Email Composer" plugin from phonegap.
I want my application to send mail using "Email Composer". Everything works fine until i return back to HTML from E-mail Composer.
I am surprised, I loose my database(SQLite) connectivity. Even I tried to create new connection but it throws me "SECURITY_ERR: DOM Exception 18" error. I got stuck in this.
After Googling:
- I shifted my connectivity code to a new external JS file and included it to HTML. &
- Reduced my database size < 5MB
But even I am unable to connect to DB.
Can any one please help me in this issue.
来源:https://stackoverflow.com/questions/9510785/iphone-phonegap-email-composer-security-err-dom-exception-18