1. hmp3's Avatar
    I was on ign.com yersterday and noticed so many websites I access using BB Classic have this nuisance pop-up that won't allow me to scroll down so I can click it out of existence.
    I can scroll the page behind it (the real content), but the pop-up remains un-scrolled, same problem when running android browser on Classic handset. Reader view is a workaround but only sometimes, it's very touch and go.
    Any ideas?
    10-29-18 04:26 PM
  2. Bla1ze's Avatar
    Switch to a device with a browser that has been updated in the past two years? Or at least look for a new browser? All I got.
    10-29-18 04:39 PM
  3. anon(916519)'s Avatar
    I went to the ign site above - it went to m.ign.com.

    Second thing - it asked me was do I want to "show all". I never "show all" as it seems to always be the ads, which I don't read anyway, so I always don't allow. I also notice that the page will try to reload if you accept.

    I scrolled to the batman story, there was a small ad at the bottom, but no larger pop-ups.

    I'm using the stock browser. Maybe reset the browser to default, clear out the cache and history and see if that helps.

     Classic SQC100-2 I 10.3.2.2813
    10-30-18 11:16 AM
  4. Leyra B10's Avatar
    Use a bookmarklet to display the rest of the screen such as view port resizer or

    javascriptfunction()%7Bviewport%3Ddocument.querySelector(%22 meta%5Bname%3Dviewport%5D%22)%3Bviewport.setAttrib ute(%27content%27%2C%27width%3Ddevice-width%2Cinitial-scale%3D0.50%2Cuser-scalable%3Dno%27)%3B%7D)()%3B


    Just enter it in the address bar while you are visiting the site.

    Posted via CB10
    Last edited by Leyra B10; 10-31-18 at 01:58 PM.
    10-30-18 02:28 PM
  5. hmp3's Avatar
    Tried clearing history and cookies. How do I reset blackberry browser, without resetting whole phone to factory?
    10-30-18 07:22 PM
  6. hmp3's Avatar
    I tried pasting the java into classic browser, but like this:

    ign.com javascriptfunction()%7Bviewport%3Ddocument.querySe lector(%22 meta%5Bname%3Dviewport%5D%22)%3Bviewport.setAttrib ute(%27content%27%2C%27width%3Ddevice-width%2Cinitial-scale%3D0.50%2Cuser-scalable%3Dno%27)%3B%7D)()%3B
    }

    Any time I did that, it google searched the java code as if it was a keyword.
    Use a bookmarklet to display the rest of the screen such as view port resizer or {
    javascriptfunction()%7Bviewport%3Ddocument.querySelector(%22 meta%5Bname%3Dviewport%5D%22)%3Bviewport.setAttrib ute(%27content%27%2C%27width%3Ddevice-width%2Cinitial-scale%3D0.50%2Cuser-scalable%3Dno%27)%3B%7D)()%3B
    }
    Just enter it in the address bar while you are visiting the site.

    Posted via CB10
    10-30-18 07:24 PM
  7. Leyra B10's Avatar
    Ah, no it must replace whatever is in the address bar at the site you are browsing. The colon is needed.

    A simple example would be like this
    javascript:alert(eval(prompt()));

    I prefer the lighter script but this has been around awhile and can be used with
    http://lab.maltewassermann.com/viewport-resizer/
    Can save them as Bookmarks once they are working and reuse them.
    Posted via CB10
    Last edited by Leyra B10; 10-31-18 at 12:42 AM.
    10-30-18 07:28 PM
  8. Leyra B10's Avatar
    this is with my Z10
    Attached Thumbnails Can't click accept for Cookie permission (pop-up is too big and cant be scrolled)-img_20181030_194616.png  
    10-30-18 09:48 PM
  9. hmp3's Avatar
    I tried pasting into the address bar:
    "javascript:function()%7Bviewport%3Ddocument.query Se lector(%22meta%5Bname%3Dviewport%5D%22)%3Bviewport .setAttribute(%27content%27%2C%27width%3Ddevice-width%2Cinitial-scale%3D0.50%2Cuser-scalable%3Dno%27)%3B%7D)()%3B"
    But nothing happened.
    Then I tried it with a ";" at the end. But nothing happened.
    Then I tried adding the "{" at the start & "}" at the end. Then it searched it as a keyword on google.
    Then I tried without "{" & "}" & without the ";" at the end. But nothing happened.

    I tried "javascript:alert(eval(prompt()));" and a java window appeared prompting me to input something, but I didn't know what to put.

    The website: Responsive design testing tool – Viewport Resizer – Emulate various screen resolutions - Best developer device testing toolbar
    shows instructions in html not java, and doesn't show anything for blackberry classic.
    But I tried it for BB Bold 9900
    "<a data-viewport="480x640" data-icon="blackberry">BlackBerry Bold Touch 9900</a>"
    But the browser tried to google search it.
    10-31-18 11:26 AM
  10. Leyra B10's Avatar
    I tried pasting into the address bar:
    "javascript:function()%7Bviewport%3Ddocument.query Se lector(%22meta%5Bname%3Dviewport%5D%22)%3Bviewport .setAttribute(%27content%27%2C%27width%3Ddevice-width%2Cinitial-scale%3D0.50%2Cuser-scalable%3Dno%27)%3B%7D)()%3B"
    But nothing happened.
    Then I tried it with a ";" at the end. But nothing happened.
    Then I tried adding the "{" at the start & "}" at the end. Then it searched it as a keyword on google.
    Then I tried without "{" & "}" & without the ";" at the end. But nothing happened.

    I tried "javascript:alert(eval(prompt()));" and a java window appeared prompting me to input something, but I didn't know what to put.

    The website: Responsive design testing tool – Viewport Resizer – Emulate various screen resolutions - Best developer device testing toolbar
    shows instructions in html not java, and doesn't show anything for blackberry classic.
    But I tried it for BB Bold 9900
    "<a data-viewport="480x640" data-icon="blackberry">BlackBerry Bold Touch 9900</a>"
    But the browser tried to google search it.
    Sorry to hear that, I pointed it out because I thought it might be a simple solution but a newer browser sounds like the way to go for you then. I separated the snippet a little if you felt like giving it another go but I didnt think describing the bookmarklet process would be as mixed as it has to get them working.

    Posted via CB10
    10-31-18 07:26 PM
  11. anon(916519)'s Avatar
    Tried clearing history and cookies. How do I reset blackberry browser, without resetting whole phone to factory?
    https://m.crackberry.com/dear-berry-...not-responding


     Classic SQC100-2 I 10.3.2.2813
    10-31-18 10:21 PM
  12. hmp3's Avatar
    Sorry to hear that, I pointed it out because I thought it might be a simple solution but a newer browser sounds like the way to go for you then. I separated the snippet a little if you felt like giving it another go but I didnt think describing the bookmarklet process would be as mixed as it has to get them working.

    Posted via CB10
    Wait, so the screenshot you posted shows that it clearly works for you on bb10, so why doesnt it work for me?
    I've already reset browser as you suggested.
    How do I get a 'new' browser, vs reset the browser?
    11-01-18 06:27 PM
  13. Leyra B10's Avatar
    Here are screen shots of using it at m.crackberry.com
    As you can see the page is quite zoomed out when the viewport is set 0.50. As long as the url is like that you can save it as a bookmark, and opening the bookmark on a page will have the same effect. Only new browser would be Android right now and I havent tried many on BB10.

    Stock browser is not good for logging in over a large spectrum of websites because of this I think its best to not rely on browser cache, however in my experience and with using fixed URL's you can browse faster with it. I hope this helps.
    Attached Thumbnails Can't click accept for Cookie permission (pop-up is too big and cant be scrolled)-img_20181101_163826.png   Can't click accept for Cookie permission (pop-up is too big and cant be scrolled)-img_20181101_163841.png   Can't click accept for Cookie permission (pop-up is too big and cant be scrolled)-img_20181101_163937.png  
    Last edited by Leyra B10; 11-02-18 at 12:22 AM.
    11-01-18 06:42 PM
  14. hmp3's Avatar
    Thanks for the step by step screenshots, I tried it verbatim but crackberry & all other websites don't zoom out after pasting & entering the java.
    Tried the same on android browser, but that browser showed error that it has 'stopped working'
    11-03-18 05:59 PM

Similar Threads

  1. Backup and Factory Restore procedures
    By tbrogan68 in forum BlackBerry KEYone
    Replies: 17
    Last Post: 11-01-18, 03:51 PM
  2. Replies: 4
    Last Post: 11-01-18, 03:02 PM
  3. Difference between PRD-63116-001 and PRD-63116-039?
    By recursor in forum BlackBerry KEYone
    Replies: 5
    Last Post: 10-31-18, 12:45 PM
  4. Replies: 4
    Last Post: 10-29-18, 11:48 PM
LINK TO POST COPIED TO CLIPBOARD