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
{{ message }}
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
Hi, Thank you for wanting to report an issue on this project!
If this is a bug report or feature request, awesome!
If you are asking for support, the issue will be closed with a gentle reminder that this is an open source repo with the full source.
Since this is a open source plugin, any and all support needs to be paid, you can contact me at [email protected].
Tell us about the problem
Please give me a good overview of the problem.
Visit the following URL,
https://discourse.nativescript.org/t/nativescript-hacks-here-are-mine-share-yours/3516
I am new to NativeScript, so is it possible for you to help me solve this issue? I have also sent you an email on your ID mentioned above.
Which NativeScript version and platform does your issue occur on?
Please do a
tns info
on your project and paste the results here.nativescript - 3.4.3 - Up to date
tns-core-modules - 3.4.1 - Up to date
tns-android - 3.4.2 - Up to date
tns-ios - 3.4.1 - Not installed
Any steps to duplicate?
Please list any steps or source code to duplicate the issue.
I added the following code in app.js,
require('nativescript-globalevents');
const label = require('ui/label').Label();
label.on('loadedEvent', function(event) {
if (event.object.android) {
event.object.android.setGravity(17);
}
});
The text was updated successfully, but these errors were encountered: