12-18-2012 05:59 PM - edited 12-19-2012 10:20 AM
Hey everyone,
This is my first time reaching out to the BB developement forums so please bear with me if it takes a bit.
I am writing an app for BlackBerry 10 on my dev alpha for our local transit system.
I was all ready to submit it to RIM for approval and App World, then came along SDK 1.0.4.5
This now has crippled my maps.
I have tried numerous things, and am at a point of utter frustration.
When i click on my maps link in my menu the overlay on the map loads, but the actual map wont load
permissions are given for the location.
Ripple gives me an error stating:
Uncaught SyntaxError: Unexpected Token
(anonymous function)
bb.loadscreen
bb.pushscreen
onlick
Now these were never there before, and I had devs still on the old Alpha OS test my app and it works flawless.
Just looking for some insight on how to move forward, or do I just publish my app without the maps........
EDIT: after doing some reading, I am going to pull my maps script from within the HTML and package it in its own file and call it up.
this can be closed until further issues arise