Question
Is it possible to change the width of the alert box display on the JavaScript side?
Is it possible to change the width of the alert box display on the JavaScript side?
app.alert ("(1) aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa \ n (2) bbbbbbbbbbbbbbbbbbbb \ n (3) cccccccccccccccccccccc", 3);
For example, if I write as above, the sentence (1) will be displayed in two lines.
This is difficult to read and looks ugly, so I want to display it in one line.
