Ver 12 Issues with Phone App
So since the update certain parts of my phone app dont work. You cant click on Notifications, New Content or Profile buttons. Neither of those work and are pretty key features for connecting. I would love to hear from someone as to how I can resolve this.
Im also unable to update my addons and would like some ideas there as to how I can do this.
Thanks!
-
-
·
Alex T⚜️
- ·
So since the update certain parts of my phone app dont work. You cant click on Notifications, New Content or Profile buttons.
Thank you for the report, it has been fixed - https://github.com/unaio/una/issues/3211
Im also unable to update my addons and would like some ideas there as to how I can do this.
Could you please specify if you get any errors when addons aren't updating ?
-
·
Alex T⚜️
-
Alex T⚜️ Do I have to do anything on my end to fix the problem? It’s still not working for me.
on the app updates it’s just learning the manual process to update them.
-
Alex T⚜️ Do I have to do anything on my end to fix the problem? It’s still not working for me.
on the app updates it’s just learning the manual process to update them.
It should be automatically fixed during the next UNA update, or you can apply fix from the ticket manually.
-
Alex T⚜️ i did not see a solution in the link for GitHub. Could you provide link to the manual solution. The app not much good like this.
-
To the right of the closed notification in the timeline, you'd see a reference ID to the commit submitted which includes all the changes needed. Direct URL is https://github.com/unaio/una/commit/f3236b21bcc3bf8038e376254f784f199f5b4bd6
-
Ok I applied all those changes and cleared all my cache and my buttons still dont work. Where to from here?
-
Could be a long shot, but have you also tried clearing the cache on the device you're using? I don't use the mobile application just yet to test anything on my end.
-
Yes i cleaned my iPhones cache and still no go plus I have all the users i have been in touch with all are having the same problem. Its just rough because my users all pretty much use the app and now cant do anything on the site execept scroll, like and reply. We can check notifications, Cant add new content and cant access their profiles from the phone. Can only be done via PC so its a big impact on my user base. Can the mobile app default browser be changed? That might work.
-
Not to my knowledge, from my understanding from the wiki on how to compile the app works, it seems like it's a native app with the use of a modules API. You could for the time being open the site up from a browser of their choosing on their phones instead of the app until a UNA dev can figure out what's causing the issue.
-
Yes i cleaned my iPhones cache and still no go plus I have all the users i have been in touch with all are having the same problem. Its just rough because my users all pretty much use the app and now cant do anything on the site execept scroll, like and reply. We can check notifications, Cant add new content and cant access their profiles from the phone. Can only be done via PC so its a big impact on my user base. Can the mobile app default browser be changed? That might work.
If you are sure that modifications are applied, then you need to clear cache in UNA (Studio > Dashboard > Cache), then change revision number in Studio > Developer > Revision number.
-
Here are the changes
var eIcon = !e ? null : $(e).find('.sys-icon-a');
var iRight = !e ? 0 : $(document).width() - $(e).offset().left - $(e).width();
if (eIcon && eIcon.length)
if (eIcon && eIcon.length) {
}
I Incremented the Revision number by 1 - I didnt do that previously
Still those 3 buttons dont work.
-
These are the buttons not working
-
Here are the changes
var eIcon = !e ? null : $(e).find('.sys-icon-a');
var iRight = !e ? 0 : $(document).width() - $(e).offset().left - $(e).width();
if (eIcon && eIcon.length)
if (eIcon && eIcon.length) {
}
I Incremented the Revision number by 1 - I didnt do that previously
Still those 3 buttons dont work.
I've just checked your app, it works fine now: