You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a strange one for you - please forgive me if I miss anything, as I'm new to cordova in general.
I've built an application in Ionic which implements the beacon plugin within the IonicPlatform.ready() method - I also use the official cordova inappbrowser plugin to send my links to an internal window. With bluetooth on, the beacon plugin behaves as expected, but does something strange to the inappbrowser window:
The links are opening the window, but placing the entire browser window / modal behind the rest of the content. Pressing the back button to exit the app then resuming the application switches the inappbrowser window back to it's proper position on top of all other content. It also causes the splash screen to remain visible in the foreground past my hide() call as well.
Turning off beacon monitoring / ranging or bluetooth on device fixes the problem, and all inappbrowser calls display properly.
Any thoughts? I'm lost.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Shaolin23
changed the title
Start ranging breaks innAppBrowser plugin functionality in IOS
Start ranging breaks inAppBrowser plugin functionality in IOS
Feb 25, 2015
I've got a strange one for you - please forgive me if I miss anything, as I'm new to cordova in general.
I've built an application in Ionic which implements the beacon plugin within the IonicPlatform.ready() method - I also use the official cordova inappbrowser plugin to send my links to an internal window. With bluetooth on, the beacon plugin behaves as expected, but does something strange to the inappbrowser window:
The links are opening the window, but placing the entire browser window / modal behind the rest of the content. Pressing the back button to exit the app then resuming the application switches the inappbrowser window back to it's proper position on top of all other content. It also causes the splash screen to remain visible in the foreground past my hide() call as well.
Turning off beacon monitoring / ranging or bluetooth on device fixes the problem, and all inappbrowser calls display properly.
Any thoughts? I'm lost.
Thanks in advance!
The text was updated successfully, but these errors were encountered: