Issue
I have a problem of creating a webview in android/iphone and filling it with html.
the only thing that is working is: Loading the embed code from external URL to the same url.
what can be the problem?
thnks,
Eliza
Solution
So at the end my solution was very simple.
I had this source code:
if ( !this.host ) {
this.host = defaultUri.host;
// port ?
if ( !this.port ) {
this.port = defaultUri.port;
}
}
just add: try & catch and everything will work!
Answered By - ElizaS
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.