i createde a carousel and placed a grid with 1 row and 1 column. inside the grid cell i placed a google map. when i test the application it throws the following error :
Uncaught TypeError: Cannot read property 'options' of undefined
in jquery-mobile-1.30.0.js lines:
if ( !listview.options.filter ) {
return;
}
are there any issues you know of regarding placing a map inside a carousel?
also, ideally i would like to create 2 carousel slides, one with the map in full page, and the other containing input fields. if it is doable i would appreciate any hints directions
thanks