You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Josh Soref (JIRA)" <ji...@apache.org> on 2014/07/18 03:30:05 UTC

[jira] [Created] (CB-7164) change controller code to use platform's ui.html

Josh Soref created CB-7164:
------------------------------

             Summary: change controller code to use platform's ui.html
                 Key: CB-7164
                 URL: https://issues.apache.org/jira/browse/CB-7164
             Project: Apache Cordova
          Issue Type: Bug
          Components: BlackBerry
    Affects Versions: 3.5.0
            Reporter: Josh Soref
            Assignee: Josh Soref


{{cordova-blackberry}} uses 3 web views:
* *controller*
* *content* (your application lives here)
* *overlay*

The *controller* uses {{webplatform}}, the *overlay* needs a much smaller feature set.

Unfortunately, the code in {{cordova-blackberry}} has been shipping for *overlay* referencing this larger file, but it includes some of its own versions of some of the files for the overlay -- as such, there can be mismatches.

I'm going to change the code to pull the *overlay* from the device instead. People who want to provide their own independent pinned set can do that (just include all the interrelating pieces), but I don't recommend trying.



--
This message was sent by Atlassian JIRA
(v6.2#6252)