I have ran into a somewhat interesting issue, I am sure I am just passing this incorrectly, but I have ran into an issue. I have a small app that uses Onsen Navigator. It consists on 3 pages, index.html, locate.html, and error.html. I am attempting to hide the toolbar on locate.html if the user has an iPhoneX. I had it working as long as the index.html DOES NOT have a Onset Toolbar itself. When I would push the locate.html, it would determine if the device was an iPhoneX and successfully hide the toolbar without issue. However, if the index.html has a Onset Toolbar, when I push the locate.html, the toolbar will no longer hide itself. It defiantly has something to do with the fact that there is now a toolbar in the index.html, if I remove that toolbar (which I actually need for the simple reason of having a toolbar-button), the hiding of the toolbar on locate.html again works as it should. I am baffled as to how to correct this issue. If anyone has any suggestions, I would appreciate it. Thanks in advance.
dustintinsley
@dustintinsley
Posts made by dustintinsley
-
Hide Onsen Toolbar
-
Perform function on closing a page using ons-navigator
I have a small app that uses ons-navigator to load 3 or 4 different pages. One 1 page load, I run a function to ensure the user is online (has an internet connection) using an event listener. When that page closes, I would like to remove that event listener. How do I run a function on both the user hitting the BACK button or swiping back (this is for iOS)?
-
RE: Create "stackable" pages with Cordova + Onsen UI?
The Nest app. Also noticed it on an app called Super Agent.
-
Create "stackable" pages with Cordova + Onsen UI?
Okay, not sure what they are actually called, so I attached a picture. Is there a way to create this affect using Onsen UI?
-
Add BILLING permission
I am struggling with this. How can I add a permission (specifically, BILLING) to my config.xml file? I am using cordova-custom-config v5.1.0 but everything I have tried fails to build or causes the app to just crash.
-
Compile with different targertSDK?
How do I change the targetSDK of a compiled build? I have added minSDK, maxSDK, and tragetSDK to my config.xml, all with no success. Any help is appreciated…