-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make view mode available on mobile #134
Comments
Should be done next. |
I have been playing with this, valuable resources for future reference: |
I have been working on a native implementation and ionic is rather complex esp. if the goal is to support all possible fieldtypes. To get this to work I need to extend the already existing embed.php and display as well as editing entries should be working. Link to h5p implementation: https://github.com/h5p/h5p-moodle-plugin/blob/stable/templates/mobile_view_page.mustache |
Not sure, if that is necessary. I just looked at the how the content is displayed on mobile: IMHO, the approach in michaelpollak@b42dcba creates several problems:
Instead there is already a function for displaying content inline: moodle-mod_datalynx/classes/datalynx.php Line 787 in 71ff585
|
Thank you for your feedback David. I tried to learn from data and other complex plugins but most just don't work. h5p is explicitly commended for its compatibility despite just using an iframe, that's why i brought it up. Ultimately I don't think we can use our current forms and need to either establish a simple translation that the app can handle or use our forms within an iframe and ignore the problem with offline users. |
OK, using forms is the next step. For that we need to have a web service or several web services in order to work with forms.... |
How does the data activity do that? That would an activity very similar to datalynx. |
Good morning, Today is pretty much reserved for datalynx, so if you have any feedback or ideas I'll be happy to hear them :) Have a nice day David. |
Any updates on this? |
We can display but not functionally edit entries in the mobile view. |
Well I have been working on this yesterday and today and am still not able to make edit work. |
Okay so as I need your input on edit mode and further development I will keep this open but push it in the review pipeline. |
Implement the external API (Webservice) so that views can be shown on Moodle Mobile. Next step is to add support for editing entries on Moodle mobile.
The text was updated successfully, but these errors were encountered: