-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: JS SyntaxError on v1-0-0-beta-14-nightly-998 #3070
Comments
I'm unable to get this error on Android 2.3. Could you fork one of these codepens and describe how to get the error to show up? Thanks |
Use codepens its complicated because our project ( a social network ) uses several " plugins" and depends on several http services that should be mocked. But looking the line with the error, noticed that ".finally" is reserved sentence. Then I found this post: Then I changed the original line of ionic.bundle.js 23919: .finally (function () by ["finally"] (function () and it worked! I guess "finally" is a reserved name can not be used as a method in some android browsers. The phone I used is: Samsung GT-S5360L So, this is a bug? |
I'm not finding a It sounds like it was originally within Angular source code, then angular recently updated it. Would you be able to find the line you're having the problem with using one of our versions on the CDN? Thanks |
Sorry, its in nightly: 1-0-0-beta-14-nightly-998 |
Great catch! I'll take a look, thanks! |
I added a temporary fix and submitted a PR to angular: 1f2d900 thanks |
Type: bug
Platform: android 2.x webview
02-05 16:22:26.445: D/CordovaLog(14066): file:///android_asset/www/js/libs/ionic/js/ionic.bundle.js: Line 23905 : Uncaught SyntaxError: Unexpected token finally
on android version 2.3x
The text was updated successfully, but these errors were encountered: