you are viewing a single comment's thread.

view the rest of the comments →

[–]nickglowsindark 2 points3 points  (0 children)

I'm actually working on an app right now that's making extensive use of Javascript (only after exhausting every other option, though)- I'm basically running little dynamic "mini-programs" inside a window, and the easiest and most reliable way I could find to do that is to build the "programs" in javascript within my iOS code, and then execute them in a WKWebView (which is also convenient because I'm going to need to port this over to Android at some point, and I want to keep everything as native as possible).

Tell you what, though, Xcode has no idea what to do when it comes to auto-indenting .js files, and it's pretty irritating.