You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the drawer with the widget https://github.com/ricardoalcocer/socialshare/tree/master/app/widgets/com.alcoapps.socialshare
that uses the module dk.napp.social on IOS.
I use the share widget in window opened with $.drawer.openWindow() in that window a use a button to open the share module. Once it's opened and return to use the drawer, the menu is opened but is not clickable, only respond the background. This only happens on Iphone, on Ipad the social its opened in a popup and works well.
The text was updated successfully, but these errors were encountered:
I find the solution: In the config.json file, put the following order both widgets:
"dependencies": {
"kr.yostudio.drawer": "1.0",
"com.alcoapps.socialshare": "1.0"
}
I use the drawer with the widget https://github.com/ricardoalcocer/socialshare/tree/master/app/widgets/com.alcoapps.socialshare
that uses the module dk.napp.social on IOS.
I use the share widget in window opened with $.drawer.openWindow() in that window a use a button to open the share module. Once it's opened and return to use the drawer, the menu is opened but is not clickable, only respond the background. This only happens on Iphone, on Ipad the social its opened in a popup and works well.
The text was updated successfully, but these errors were encountered: