I already have Admob on my app and I would also like to add Push Ads on my app but I’m having a hard time looking for Push Ads Network (ex. PropellerAds and RichPush) that support Cordova and has Cordova plugin. Any suggestion which ad network to use?
icangeek
@icangeek
Posts made by icangeek
-
What's Push Ad Network that I can use?
-
Submenu on toolbar
I’m trying to create a option like this on toolbar:
Another example:
Is there a CSS or JavaScript component I can use to achieve this function? or should I create this with custom html and css coding?
-
RE: <ons-icon> not showing in cordova
I just found the cause of the problem. It’s because the css fonts (font_awesome, ionicons, meterial-design-iconic-font) folder doesn’t have files inside. strange. the source if from github.
-
<ons-icon> not showing in cordova
I’m using cordova to develop app but the icons are not showing. on my console, i got this error:
please help me how to solve it. Thank you!
PS: im also using cordova browsersync plugin btw and firefox browser
-
How to properly add text content with padding on the page?
Hello. The app i’m trying to develop mostly contain long text and paragraph. When adding text to the <ons-page>, the text doesn’t have any padding on left and right side. I also tried using <div class=“content”> but the result is the same. is there a proper way to have this? of should I use/add my own css style?
-
RE: ons-template
What is the difference between ons-page and template? When to use ons-page and when to use template?