Search code examples
cordovablackberryblackberry-webworks

How can I disable Web Inspector for my BlackBerry App?


I have developed a Phonegap application for BlackBerry 10. I don't have a real BlackBerry device and I used the BlackBerry simulator the whole time. When I launch the app in the simulator it says Web Inspector Enabled and I am be able connect it through my browser.

Now, I want to release my application but I can't turn this feature off. I have tried building the application using phonegap build blackberry --release but it didn't have any effect. Maybe this message is showing because the device is in development mode and I don't need to do anything? I don't know.

I'd really appreciate some pointers. Thank you.


Solution

  • You don't need to worry about the web inspector while releasing into the blackberry store. The web inspector is enabled because you are running the app either through Wi-fi or getting connected with your system.

    And once the app is in stores the web inspector will be disabled