@Fran-Diox thanks for removing this bug it works fine now :thumbsup:
Posts made by Gaurav
-
RE: Muliple Modifiers in ons-list-item
-
Publish your app to playstore
hey guys I want to upload my app to playstore I have generated keystore and signed apk using Cordova CLI but it shows app not installed is it like I have to upload my apk to playstore and then only I can download it from playstore ??
-
Nested Carousel Postchange not working properly
I am using one ons-carousel with direction vertical inside ons-carousel-item using another ons-carousel but on changing inner carousel item root carousel event gets fired here’s my codepen if carousel is not nested it works fine I have tried this here
-
ons-splitter like animation to div
How to give animation like splitter I found something here but no idea how to use this I want smooth animation on left swipe I have used ons-gesture-detector but this is not smoother
-
RE: Animated Splashscreen ?
@dvlwjoffice you’re right but there has to be some other alternative
-
RE: Muliple Modifiers in ons-list-item
ok thanks @Fran-Diox for reply this works but not with nodivider modifier this is my codepen
-
Muliple Modifiers in ons-list-item
Can I use muliple modifiers in onsen for ex I want modifier chevron and nodivider in ons-list-item
also onclick event to chevron modifier -
RE: mobile keyboard takes space of bottom toolbar
thanks for reply but is there anything wrong I am doing or I have to use keyboard plugin
-
RE: mobile keyboard takes space of bottom toolbar
sorry @khemry it’s ons-tabbar not toolbar
-
RE: mobile keyboard takes space of bottom toolbar
thanks @khemry for reply This issue is in android phone And I have not used any keyboard plugin I have done something like
<ons-page> <ons-navigator> <ons-page> <input type="text"> </ons-page> </ons-navigator> </ons-page> </ons-page>
-
RE: Animated Splashscreen ?
This is not a perfect solution still black blank screen appears on mobile if I remove splashscreen plugin got blank white screen anybody has better option guys ??
-
RE: Animated Splashscreen ?
try this code in config.xml
<preference name="AutoHideSplashScreen" value="true" /> <preference name="SplashScreenDelay" value="0" />
I found this here
-
RE: prevent tappable ons-list-item on button click
thanks @Fran-Diox this worked for me
-
mobile keyboard takes space of bottom toolbar
I have taken a text box when I click on that It opens keyboard but it takes my bottom toolbar space and App Screen looks short and by clicking back it looks fine
-
prevent tappable ons-list-item on button click
I have taken ons-button in ons-list item I have called PushPage onclick of ons-list-item but I want to stop this event on click of on ons- button which is inside ons-list-item
-
RE: Animated Splashscreen ?
that’s ok @dvlwjoffice this is my codepen before that just change priority so that this page will appear first
-
RE: onsen tabbar inside tabbar
I know but I have already used this in my code I thought this will replace my root tabbar