09-27-2012 03:56 PM
09-27-2012 03:59 PM
09-27-2012 04:02 PM
09-27-2012 04:20 PM - edited 09-27-2012 04:53 PM
yes I do.
<?xml version="1.0" encoding="UTF-8"?>
<!--
last edited 09/27/2012
-->
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="1.0.1.2"
id="ras"
xml:lang="en">
<name>SiteManager</name>
<author>The Blue Gystrophacy</author>
<description>Toolkit for Constructors</description>
<!-- BB10 API -->
<content src="index.html" rim:allowInvokeParams="true"/>
<feature id="blackberry.ui.dialog" required="true" version="1.0.0.0"/>
<feature id="blackberry.app.orientation"><param name="mode" value="landscape" /></feature>
<feature id="blackberry.app"><param name="backgroundColor" value="0xff000000" /></feature>
<!-- BB10 API -->
<!-- Expose access to all URIs, including the file and http protocols -->
<access uri="http://brooklynn.ky/sitemanager/" subdomains="true">
<feature id="blackberry.app" required="true" version="1.0.0"/>
<feature id="blackberry.invoke" required="true" version="1.0.0"/>
<feature id="blackberry.invoke.BrowserArguments" required="true" version="1.0.0.0"/>
</access>
<access subdomains="true" uri="file:///store/home" />
<access subdomains="true" uri="file:///SDCard" />
<!--BB10 screen -->
<rim:splash src="resources/splash-1024x600.png" />
<rim:splash src="resources/splash-600x1024.png" />
<rim:splash src="resources/splash-1280x768.png" />
<rim:splash src="resources/splash-768x1280.png" />
<icon src="resources/icon-86.png" />
<icon src="resources/icon-150.png" />
<!--BB10 Permissions -->
<license href="http://brooklynn.ky/legal.html">
#Unless required by applicable law or agreed to in writing, software
#distributed under the License is distributed on an "AS IS" BASIS,
#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#See the License for the specific language governing permissions and limitations under the License.
</license>
</widget>
09-27-2012 04:24 PM - edited 09-27-2012 04:31 PM
I'll add the * and give it a whirl![]()
previously built app for playbook using ant/phonegap/jquerymobile and it was flawless.( in appworld)
Just this link issue and it's ready. What a difference with the dev alpha. the previous OS displayed only web browser, AppWorld and my own apps. ![]()