|
|
|
|
|
by donpark
4276 days ago
|
|
Unless I'm mistaken, two primary restrictions are: 1. script must be downloaded only within UIWebView.
2. script must be excuted only within UIWebView. Not sure why #1 is important to Apple but #2 makes perfect sense. I'm assuming Meteor is downloading scripts then passing them as 'data' to native-side to be cached somewhere until it needs to be injected back into UIWebView for execution. |
|