@elad-karni: Now I’m getting an error "Navigator.pushPage not a function… I check and navigator is defined so what could be the issue?
E
Save
Saving
Elad Karni
@Elad Karni
0
Reputation
5
Posts
496
Profile views
0
Followers
0
Following
Posts made by Elad Karni
-
RE: Navigator
-
RE: ons-navigator
I keep getting _this3.pushPage is not a function error when I try to add a button to my page for inputting form info
-
RE: Navigator
How would I get navigation working with React-Router? I need to make some protected routes but don’t know how to do that with the navigation of Onsen
-
RE: List
Instead of (row, index) I want it to be (row, index, foo). How do I change renderRow={this.renderRow} so that will work?
-
Importing Onsen-UI with ES6
So I’m trying to start a new app with onsen-ui, but keep running into an issue where it doesn’t recognize certain features as they are prefixed with an
ons
example I’m using isons.notification.alert
I managed to import Page & Button, but can’t seem to get the notification to work.
Help would be awesome, thank you!