Quote:
Originally Posted by johncoles
Hello I have the same problem and this doesn't work. Same error though.
|
Go the your build folder, right-click the built app, and choose "view contents" - you'll be able to tell if your .
js file is being included in the bundle or not.
If the .
js file is not in the bundle, it's still a build/target problem.
If the .
js file is in the bundle, then either you're not including it properly in the html (notices it's not in a subfolder) or there's an error in your javascript - try dropping your html into safari and checking for errors.
PS - are you loading this javascript into a webview, or into mobile safari (openURL?)