NativeScript-Status-Bar icon indicating copy to clipboard operation
NativeScript-Status-Bar copied to clipboard

Does this work on 2.2?

Open sitefinitysteve opened this issue 9 years ago • 1 comments

I added the plugin, but the hide doesnt seem to work

Running the code direct doesn't seem to have an effect either https://github.com/PeterStaev/NativeScript-Status-Bar/blob/master/status-bar.ios.ts#L24

Any idea?

sitefinitysteve avatar Aug 31 '16 02:08 sitefinitysteve

Hey @sitefinitysteve , from what I see this still works in latest 2.2. I just tested by updating this repo to 2.2.1. For iOS it is really important that the Info.plist entry is present, otherwise it will not work. Can you try to do tns platform clean ios and then tns deploy ios to see if that will fix the problem. If not then my only guess is that something is preventing for the plugin's Info.plist changes to merge in the app's one.

PeterStaev avatar Sep 07 '16 09:09 PeterStaev