Panayot Cankov

Results 11 issues of Panayot Cankov

## iOS 9 Introduced Bitcode Submission We should be able to submit NativeScript for iOS apps built for Bitcode. At the moment this is mandatory for WatchOS, and enabled by...

epic

Angular is using System.import to require modules dynamically, if we have the System.import API implemented in both the iOS and Android runtimes we may be able to reuse some services....

severity: low
feature

In the long term we should try to unlock all tabs from the Safari WebInspector for NativeScript for iOS apps. - [x] Integrate the WebInspector profiler with the NativeScript runtime...

epic

Subtask of #62 [This will require us to add a module map with a bridging header in the project template](https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html). Objective-C developers will be able to add Objective-C code in...

severity: medium
feature

Declare the extension methods in the modules where they are declared. Declare `/// ` references for dependencies. For example: **objc!Foundation.d.ts** ``` TypeScript declare class NSString { static stringWithString(str: string |...

severity: low

Provide support for using Xcode IB with Storyboard and JavaScript for controllers. This feature will involve generation of Objective-C headers out of the application JavaScript files so that the Xcode's...

severity: low
feature

The global object is currently polluted for iOS with all classes, structs, constants, functions etc. etc. for all iOS SDKs and additional libraries included in an App. ~~We want to...

severity: high
feature

Once we have adopted the latest JSC version, we can implement the Objective-C inheritance using the `class` syntax.

severity: medium
feature

There are existing libraries such as: - [SVGKit](https://github.com/SVGKit/SVGKit) - [svg-android](https://github.com/pents90/svg-android) These can handle .SVG to some extent. Since they will increase the size of the core modules, but won't be...

feature
help wanted
enhancement

After the application is sent to background and gracefully closed, then restarted, we should be able to recollect information for pending, completed and tasks in progress.

feature