01-13-2013 01:15 AM
Hello everyone,
I received the following email from app testers from RIM. I do not have a physical device, so I am unable to confirm. has anyone else see the behavior listed below.
For reference, the application runs great in the device simulator. I just validated it.
Please fix the following issue(s) and resubmit your application as a new release.
- I am testing your app on the BlackBerry Dev Alpha (OS version 10.0.9.2108). when the user tap the app icon, a JavaSript Alert appears, Access to "data:image/png;base64,iVBORwOKGgoAAAAAA…' Please fix the issue.
Thanks for your help
Ashish
01-14-2013 01:06 AM
Any suggestions or thoughts.
Tester is using OS version 10.0.9.2108.
Thanks again for reading this thread.
Ashish
01-14-2013 02:12 AM
Hi Ashish,
you are right: it may be a little hard to figure out where your error comes from given the limited amount of information they supplied.
Are you using bbUI in your project?
01-14-2013 10:34 AM
I am using plain old jquery Mobile. Interestingly enough, i dont have a reference to any png in my code. I do refer to the application icon in config.xml, but thats about it.
I am waiting to hear back from RIM. I was just wondering if anyone else has seen such behavior.
Fingers crossed!
01-14-2013 10:45 AM
01-14-2013 10:53 AM
I will double check but I believe I have following line in the config.xml:
<access uri="*" subdomain="true" />
Is there anything else i need to validate?
Thanks for all the help. People here are very generous with their time and willingness to help. I totally appreciate it.
Ashish
01-14-2013 10:56 AM
01-15-2013 11:33 PM
I finally heard back from testers at RIM. I have an application with a link to third party website. The application can render the page successfully. As a part of rendering page, BB10 is throwing javascript error because that 3rd party page is trying to render facebook ad (or faceboook like page).
I already have following in my config.xml
<access uri="*" Subdomain="true">
What changes do i need to make in config.xml to override these alerts? I am assuming it will happen everytime a webpage is making API or javascript calls to twitter or facebook or google+ or similar social network.
Thanks for your help.
AShish
01-16-2013 07:14 PM