-
AuthorPosts
-
August 13, 2018 at 12:08 pm #14409
Rajat AgrawalParticipantimages not loading after login in app on homescreen and all courses page.
August 13, 2018 at 3:04 pm #14412
Rajat AgrawalParticipantimages are only loading during first time setup.. please help.
August 14, 2018 at 7:32 am #14428
AlexKeymasterOkay please tell where this is happening in mobile app or in chrome browser ?
Note that the images does not loads in browser due to CORS issue
When you will generate mobile app and try to run the app in mobile it should load the images .
If that is not happening and your images are not showing then please share your site url and admin credentials to check this on my setup .
PS : mark reply as private while sharing .
August 14, 2018 at 9:47 am #14435
Rajat AgrawalParticipanti have even raised customization request but i am not able to access that forum.
Please help. its urgent.
August 16, 2018 at 7:06 am #14475
AlexKeymaster1. images are not loading due to Jetpack cdn images issues. We are caching images in app that shows the cached image .This cached image is first downloaded in device mapped with the image url . When the image url matches that image is loaded . The script is not able to download that image right from cdn .So disabling Jetcpack Cdn feature will load the images in app .
2. Facebook and google logins are bit complicated to setup .refer these tutorial to configure them properly .you would need to add the fb and google cordova plugins again by running commands and then add correct sha1 value to google app console and correct hash key in fb developer app settings .
(skip the coding part)
https://devdactic.com/google-sign-in-ionic-firebase/
3. Well we are using basic ionic tabs template .the navigation is like a stack in ionic apps .So when the topmost page is popped out and final page is there and user taps back it exits the app due to android UI . What we are going to do to handle it to pop up a notification that will show “Press back again to exit” like other apps handles this in next update of wplms app.
4. for videos please make sure that unit type it set to ” video ” use iframevideo shortcode it will render in app : http://prntscr.com/k2ewg6
use the iframevideo shortcode like this :
[iframevideo]iframe-code[/iframevideo]
example :
[iframevideo]<iframe src="https://www.youtube.com/embed/MFtX9ussRKk" width="560" height="315" frameborder="0" allowfullscreen=""></iframe>[/iframevideo]
-
AuthorPosts
- You must be logged in to reply to this topic.