What Im looking for is the equivalent for the DisallowOverscroll option for the browser version (not ios or android). Thanks!
Posts made by philippogol
-
RE: ios safari Bounce
-
ios safari Bounce
Hi everybody.
Im having some troubles solving the bouncing issue on ios/safari and onsen.
I tried many css and js potential solutions but I cant find a proper one. I believe the toolbar or the navigator are blocking the view and when the user scrolls fast from the top to the bottom the view blocks and no scrolling is possible at all.
Thanks for your help!
-
ons-toolbar: adapting title depending size
Hello.
I would like to know the proper way to adjust the css of the ons-toolbar element. We are facing the problem with dynamic titles which are bigger than 20 characters.
Changing the .navigation-bar__title on the loading controller with JS is not solving the problem, since it actually changes the current view (then loads the new page) and if a timer is set, it doesn’t look right.
Also, going back to the trigger-page will not reset the css from the ons-toolbar.
Thanks in advanced for the help!
-
RE: ons-splitter on preopen method
@Fran-Diox great thanks!! :)
PD: would like to set the post as solved
-
RE: ons-splitter on preopen method
@Fran-Diox thanks!! can you please show me an example? I would like to implement the method on a controller but the usual menu.on(‘preopen’,… is not working.
-
ons-splitter on preopen method
Hello.
On version onsen1 it was possible to trigger the method on(eventName, listener) for the element ons-sliding-menu.
Which is the equivalent for the element ons-splitter on onsen2? We are trying to find a solution but with no luck.
Thanks for your support.
-
RE: ons-splitter menu reveal effect
mmmm so there is no such an effect for the version 2? that would be a shame :(
anyone could please help us? thank you!
-
ons-splitter menu reveal effect
On onsen v1 it was very easy to add the effect “reveal” to the menu, which pushes the content to the right side.
Now on onsen v2 we have the element ons-splitter.
My question is how can I add the type=“reveal” to this element?
Thanks!
-
RE: ons-splitter ons-navigator pushPage with slide effect blinks (toolbar is the problem)
I fixed this by using an older dist version (onsenui v2.0.5 - 2016-12-19)
-
ons-splitter ons-navigator pushPage with slide effect blinks (toolbar is the problem)
I have this blinking problem by using the ons-splitter and the ons-navigator + the pushpage method with the slide effect parameter.
The page blinks after loading (only on the iOS 10+ /iPhone 6+). However it works if the toolbar is removed from the pushed page (and I need the toolbar)
Please help me on this one, I have tried many options without luck.
Thanks!
*onsenui v2.0.5
-
RE: Popover arrow showing with delay of .25 - .50 (popover__top-arrow)
Hello evrybody!
- Version v1.3.11
- Device iPhone 6s / ios 9.2
- The code is nothing special just creating the popover and showing it into the element id:
$scope.showOptions = function(){ ons.createPopover('details-options.html').then(function(popover) { popover4.on('postshow',function(){ $('.popover__top-arrow').show(); }); popover.show('#details-options'); }); }
@argelius would be great :)
-
Popover arrow showing with delay of .25 - .50 (popover__top-arrow)
Hello!
Im having some trouble with the Javascript Popover element. When trying to be shown on a side of the screen, the popover appears right, but the arrow pointing to the element first starts at the middle and then after a few hundred milliseconds goes to the right place.
This doesnt look so nice and also not so professional, do you have any idea how to solve this?
Ill try otherwise with preshow and changing the css of the arrow but im not sure if the right way to go.
Thanks!