-
AuthorPosts
-
September 11, 2018 at 4:04 pm #15270
ALBERTOParticipantSo basically Im having a weird issue on the Mobile APP everything was working just fine,
there was just minor errors, but now sudenly once Im login when I get into the course page the button to Start the course-status pagein any of the courses is working, if I check the terminal Im getting the YAY!! Message and then sudenly a console log error on Object
If Im not login the button is cleearly working and lunch the message of log in or register to start the course
Any idea why can this be happening?
Thank you!
September 12, 2018 at 10:06 am #15284
AlexKeymasterOkay please make sure that your vibe course module plugin and vibe customtypes plugins are updated to latest version 3.7.1 .
Can you please share the exact error you get with the Object in console or maybe a screenshot of the error to further check it .
Please also share site url, admin credentials and a valid ftp credentials in private reply .
September 13, 2018 at 12:01 pm #15315
AlexKeymasterOk I checked the issue the subscribe call that adds user to course is not being authorized .
Try putting this line in your .htaccess file at the end (.htaccess can be found in root of your site ):
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
IF above does not works then please change the above line to :
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$1
September 14, 2018 at 9:29 am #15345
ALBERTOParticipantHi Alex!
Thanks for your quick Reply!
Another quick questions is if is there any way for me to listen the audios in the app?
the player isn’t working neither the embeded videos in fullscreen
Thank you
RegardsSeptember 17, 2018 at 10:57 am #15378
AlexKeymasterfor videos and audios 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]
September 19, 2018 at 5:02 pm #15432
ALBERTOParticipantHello Alex!
All the videos are already inserted with the tag [iframevideo] and they work ,no properly but they work when I press
play , but I have this issue with the video :
– It can’t go full screen , everytime I press full screen on the video it will try it but then refresh the page
– If I go landscape mode while video is playing, the video will stop and the page will refresh
Ok until here the problem is with the video now, my question main question, was that the AUDIO files
are not playing , are not even working if I press play to start hearing the audio it wont play nothing
Any solutions to this?
Thank youvery much
September 20, 2018 at 9:33 am #15455
AlexKeymaster.I checked one course could not find any iframevideo shortcode used . Then I changed it and it worked : https://screencast-o-matic.com/watch/cFQYQxqPdC
September 20, 2018 at 10:34 am #15457
ALBERTOParticipantHi Alex!
Yes thank you very much that works now for the videos!
But the main thing is the audios, are not even playing they just dont work
any special tag I have to use?
Thank you
September 20, 2018 at 11:12 am #15458
ALBERTOParticipantHi Alex
Really appreciate your quick responses , but when Im adding the iframevideo tag to me still not working
I dont know if I have to build another apk to test but is not updating the content, on the other hand Im getting this
error now :
Any ideas?
Thank you
September 21, 2018 at 1:31 pm #15496
ALBERTOParticipantHi Alex!
I’ve replace the course-status page you send me and now I’m getting this error:
September 21, 2018 at 3:07 pm #15497
ALBERTOParticipantHi Alex!!
Now I can’t make it work , after this changes I tried to get back to where I was replacing the course-status file for the old one and still getting the rxjs error plus now this the app wont even initialize :
Thank you
September 24, 2018 at 11:02 am #15528
AlexKeymasterTake backup of all ionic setup then
rename the node_modules folder in your ionic project (where src folder is) to node_modules_BACKUP and also rename the package.json file to package_BACKUP.json .
then download the package.json file from here : https://bit.ly/2I2F732
Then place it in your ionic project .
Then in terminal of cmd run :
npm install
Then run this command in your ionic project :
ionic cordova platform rm android
ionic cordova platform add [email protected]
October 5, 2018 at 3:06 pm #15823
ALBERTOParticipantHi Alex!
Sorry for the late reply!!
I did what you told me to and is not working properly still the android build I get this error .
Then if I continue releasing and buildind android project and launch it on Android Studio I got an error about
unknown FACEBOOK_SDK_ANDROID ;
October 8, 2018 at 7:26 am #15885
AlexKeymasterFirst remove the android platform :
cordova platform rm android
Please also make sure you have installed these plugins in your ionic setup :
cordova-plugin-camera 2.4.1 “Camera”
cordova-plugin-compat 1.2.0 “Compat”
cordova-plugin-console 1.0.5 “Console”
cordova-plugin-device 1.1.7 “Device”
cordova-plugin-facebook4 1.7.4 “Facebook Connect”
cordova-plugin-file 4.3.3 “File”
cordova-plugin-file-transfer 1.6.3 “File Transfer”
cordova-plugin-googleplus 5.3.2 “Google SignIn”
cordova-plugin-inappbrowser 1.7.2 “InAppBrowser”
cordova-plugin-inapppurchase 1.1.0 “In App Purchase”
cordova-plugin-splashscreen 4.1.0 “Splashscreen”
cordova-plugin-statusbar 2.4.2 “StatusBar”
cordova-plugin-whitelist 1.3.3 “Whitelist”
cordova-sqlite-storage 2.0.4 “Cordova sqlite storage plugin”
ionic-plugin-keyboard 2.2.1 “Keyboard”
Please check for the corodova plugins .
Install the cordova plugins with their versions mentioned above .
first remove plugin :
cordova plugin rm {cordova plugin name}
the add
cordova plugin add {cordova plugin name}@{version}
example :
cordova plugin add [email protected]
then re -add platform :
cordova platform add [email protected]
October 11, 2018 at 4:10 pm #15958
ALBERTOParticipantHi Alex!
Thanks for that it works, it exist the build with an error but it build enough for me to open the gradle in Android Studio ,
I’m still experiencing problems with the video and the audio tags:
The audios I’m not still able to play it , and the vide now is showing like this :
Thank you!
–
October 12, 2018 at 9:29 am #15978
AlexKeymasterOkay the issue with the App Version that you are using .
You have changed latest App Version but the app code is still old one .
Please change theApp Version from lms -> settings -> api -> general settings .
November 6, 2018 at 12:23 pm #16517
ALBERTOParticipantHello Alex!!
I wasn’t able to try that you asked me until today, I changed it from the wordpress API settings leving API as 1 and APP version as 3 and still not working
Thank you
December 10, 2018 at 12:34 pm #17734
AlexKeymaster1 . Okay please try to edit your app.html file in your src/app folder :
2 . Well its showing but not properly due to device width :
3. does this happens in app also ?I guess the same fix will work in both for site as well as in app .
December 11, 2018 at 2:25 pm #17779
ALBERTOParticipantHi Alex!
Okay I change it back to Version 2 , videos now are showing , audios still not showing the play button it just show a cross so I cant press play any solution to this¿?
And about the H5P content I dont know how you have made it to insert it and make it appear on cv view because if I add anything to the unit then on the cv view wont appear anything
Thank you
January 14, 2019 at 11:04 am #18778
ALBERTOParticipantHi Alex!!
I really appreciate your help, unfortunately I couldnt get the file as the download expired, would it be possible for you to resend it to me please?
Thank you
January 15, 2019 at 8:02 am #18829
AlexKeymasterWell latest app code is already released on codecanyon . Please download the package from there itself .
January 25, 2019 at 5:32 pm #19309
ALBERTOParticipantHello Alex!!
I update everything as you told me and try to rewrite with the new files but now Im not even to bhuild the app properly in android studio
Im always getting:
– First the error where it says that compile is deprecated, I change compile with implementation or api and that error is fix but after that it can run the app as it ask for the facebook app id and name
What am I doing wrong? Before I was at least able to build a functional apk
Thanks Alex!
February 8, 2019 at 1:22 pm #19881
Scott LangKeymasterAlso share your error screenshot of app with us
If issue is with name of facebook and app id please run these command in your ionic project .
these are just demo cli for facebook and google login .
1- ionic cordova plugin rm cordova-plugin-facebook4
2- ionic cordova plugin add [email protected] –variable APP_ID=”216523699999999″ –variable APP_NAME=”abcd”
3- cordova plugin rm cordova-plugin-googleplus
4- ionic cordova plugin add cordova-plugin-googleplus –variable REVERSED_CLIENT_ID=com.googleusercontent.apps.28t4ean3v6p3ftcmviinu81b84p5vicr-476299999999
-
AuthorPosts
- You must be logged in to reply to this topic.