Hi Friends,
I am very new to Ionic and angular. you can say pretty new to the mobile app
What I am currently trying to achieve is get the post from wordpress and show it in the app (wordpress backend site)
Problem I am facing here is on my home page I am showing last 5 recent recipes, 1 at the top and 4 as gallery view with Post title on top of the image.
My first load of the app on Android device always shows 2nd image and 4th image post title on top of the image (tender coconut and vegetable dhokla) where as 1st and 3rd image has its title as expected. this is only for the first time app is launched, next time onwards this weirdness is not observed. this is the screenshot how the title is showing for the first time.
When i run ionic serve and check in chrome I am unable to replicate this, this is only after i create the apk file and launch on the android device for the first time.
I have no idea what is wrong with my code , I am struggling to get this thing correct from last two days.
If you are interested to solve this issue and look at my app please find the zip file here. Files you might be interested to look at is /templates/home.html
/css/style.css
Please do not laugh at my code , currently the app is written very poorly and i know it. I am yet to learn the best techniques of writing code. i have gone completely against the DRY concept because my app pages are almost copy paste of same pages with minimal changes.