initialxy / cordova-plugin-themeablebrowser

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.
Apache License 2.0
294 stars 221 forks source link

_blank target ui rendering problem #184

Open ionicDev1 opened 5 years ago

ionicDev1 commented 5 years ago

I am using themeable browser to open a web page from an ionic 3 app. The page which I open has a alphascroll component which is similar to https://github.com/rossmartin/ionic2-alpha-scroll. If I open the page using the themeable browser target as _blank, when I scroll through the alphascroll to move up and down the lists in alphabetical order, there is a noticeable lag in updating the list and after few scrolls the list goes blank. If I use the targert option as _self or _system the scroll works perfectly. Does anybody know why these rendering issues are seen with the _blank target?